Skip to content

Commit

Permalink
Update objects to v1.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Gymnasiast committed Dec 23, 2023
1 parent 1306dc0 commit 3934b4a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ set(TITLE_SEQUENCE_VERSION "0.4.6")
set(TITLE_SEQUENCE_URL "https://github.com/OpenRCT2/title-sequences/releases/download/v${TITLE_SEQUENCE_VERSION}/title-sequences.zip")
set(TITLE_SEQUENCE_SHA1 "80fefc6ebbabc42a6f4703412daa5c62f661420d")

set(OBJECTS_VERSION "1.3.11")
set(OBJECTS_VERSION "1.3.12")
set(OBJECTS_URL "https://github.com/OpenRCT2/objects/releases/download/v${OBJECTS_VERSION}/objects.zip")
set(OBJECTS_SHA1 "02ddf6c685a2da8bac98a57b34be95d63192443d")
set(OBJECTS_SHA1 "28f8d0d6034fe7cb0886f6982ba44c513646857c")

set(OPENSFX_VERSION "1.0.3")
set(OPENSFX_URL "https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v${OPENSFX_VERSION}/opensound.zip")
Expand Down
4 changes: 2 additions & 2 deletions openrct2.proj
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<LibsSha1 Condition="'$(Platform)'=='ARM64'">bd338aa3da9a357fb996dcaa6cea02c4f906718c</LibsSha1>
<TitleSequencesUrl>https://github.com/OpenRCT2/title-sequences/releases/download/v0.4.6/title-sequences.zip</TitleSequencesUrl>
<TitleSequencesSha1>80fefc6ebbabc42a6f4703412daa5c62f661420d</TitleSequencesSha1>
<ObjectsUrl>https://github.com/OpenRCT2/objects/releases/download/v1.3.11/objects.zip</ObjectsUrl>
<ObjectsSha1>02ddf6c685a2da8bac98a57b34be95d63192443d</ObjectsSha1>
<ObjectsUrl>https://github.com/OpenRCT2/objects/releases/download/v1.3.12/objects.zip</ObjectsUrl>
<ObjectsSha1>28f8d0d6034fe7cb0886f6982ba44c513646857c</ObjectsSha1>
<OpenSFXUrl>https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v1.0.3/opensound.zip</OpenSFXUrl>
<OpenSFXSha1>ffec5a97bd5035860c4c9a43fe32cf51886478e3</OpenSFXSha1>
<OpenMSXUrl>https://github.com/OpenRCT2/OpenMusic/releases/download/v1.5/openmusic.zip</OpenMSXUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/openrct2/rct1/Tables.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ namespace RCT1
"",
"",

"rct2.footpath_surface.road", // RCT1_FOOTPATH_TYPE_ROAD
"rct1.footpath_surface.road", // RCT1_FOOTPATH_TYPE_ROAD
"",
"",
"",
Expand Down
1 change: 1 addition & 0 deletions src/openrct2/rct2/RCT2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ namespace RCT2
"rct2.footpath_railings.concrete" },
{ "PATHCRZY", "rct1ll.footpath_surface.tiles_green", "rct1aa.footpath_surface.queue_green",
"rct2.footpath_railings.concrete" },
{ "ROAD ", "rct1.footpath_surface.road", "rct1.footpath_surface.queue_blue", "rct2.footpath_railings.wood" },

// Custom path mapping
{ "PATHINVS", "openrct2.footpath_surface.invisible", "openrct2.footpath_surface.queue_invisible",
Expand Down

0 comments on commit 3934b4a

Please sign in to comment.