Skip to content

Commit

Permalink
Merge pull request #15336 from Gymnasiast/refactor/more-paths
Browse files Browse the repository at this point in the history
Prepare footpath handling for surfaces and railings (from NSF)
  • Loading branch information
Gymnasiast committed Sep 15, 2021
2 parents 1a35cda + b5eec55 commit 37821ce
Show file tree
Hide file tree
Showing 21 changed files with 699 additions and 266 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -50,9 +50,9 @@ set(OBJECTS_VERSION "1.0.21")
set(OBJECTS_URL "https://github.com/OpenRCT2/objects/releases/download/v${OBJECTS_VERSION}/objects.zip")
set(OBJECTS_SHA1 "c38af45d51a6e440386180feacf76c64720b6ac5")

set(REPLAYS_VERSION "0.0.51")
set(REPLAYS_VERSION "0.0.52")
set(REPLAYS_URL "https://github.com/OpenRCT2/replays/releases/download/v${REPLAYS_VERSION}/replays.zip")
set(REPLAYS_SHA1 "01086A05A3291B296906AE215855BC7CDB045A6A")
set(REPLAYS_SHA1 "3A1A6B5B25ACA3B8AADC618A9D2BE44F8A23A7BB")

option(FORCE32 "Force 32-bit build. It will add `-m32` to compiler flags.")
option(WITH_TESTS "Build tests")
Expand Down
4 changes: 2 additions & 2 deletions openrct2.proj
Expand Up @@ -48,8 +48,8 @@
<TitleSequencesSha1>304d13a126c15bf2c86ff13b81a2f2cc1856ac8d</TitleSequencesSha1>
<ObjectsUrl>https://github.com/OpenRCT2/objects/releases/download/v1.0.21/objects.zip</ObjectsUrl>
<ObjectsSha1>c38af45d51a6e440386180feacf76c64720b6ac5</ObjectsSha1>
<ReplaysUrl>https://github.com/OpenRCT2/replays/releases/download/v0.0.51/replays.zip</ReplaysUrl>
<ReplaysSha1>01086A05A3291B296906AE215855BC7CDB045A6A</ReplaysSha1>
<ReplaysUrl>https://github.com/OpenRCT2/replays/releases/download/v0.0.52/replays.zip</ReplaysUrl>
<ReplaysSha1>3A1A6B5B25ACA3B8AADC618A9D2BE44F8A23A7BB</ReplaysSha1>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/openrct2-ui/windows/EditorMain.cpp
Expand Up @@ -47,7 +47,7 @@ rct_window* window_editor_main_open()
gShowGridLinesRefCount = 0;
gShowLandRightsRefCount = 0;
gShowConstuctionRightsRefCount = 0;
window_footpath_reset_selected_path();
WindowFootpathResetSelectedPath();

context_open_window(WC_TOP_TOOLBAR);
context_open_window_view(WV_EDITOR_BOTTOM_TOOLBAR);
Expand Down

0 comments on commit 37821ce

Please sign in to comment.