Skip to content

Commit 69a26b4

Browse files
Update objects for class 656 (#2859)
* Update objects for class 656 * Add changelog entry
1 parent c32741e commit 69a26b4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
25.01 (???)
22
------------------------------------------------------------------------
3+
- Feature: [#2859] Add Class 656 OpenGraphics vehicle.
34
- Fix: [#2613] Crash when unpacking objects from a save file.
45
- Fix: [#2805] Inflation calculation potentially going wrong with large values.
56
- Fix: [#2810] Large performance regression when there are a lot of vehicles.

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ if (UNIX)
147147
endif()
148148

149149
FetchContent_Declare(openloco_objects
150-
URL https://github.com/OpenLoco/OpenGraphics/releases/download/v0.1.0/objects.zip
151-
URL_HASH SHA256=3fd5b10681d8f2f9842213d8fca98222485f509193894af15c290abd29a28126)
150+
URL https://github.com/OpenLoco/OpenGraphics/releases/download/v0.1.1/objects.zip
151+
URL_HASH SHA256=e75ad13a8e8d58458e0c54e5ce62902a073d7bb025ef8fb97cb56108ff7c57c3)
152152
FetchContent_MakeAvailable(openloco_objects)
153153

154154
add_subdirectory(src)

0 commit comments

Comments
 (0)