1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 17:24:47 +01:00

Close #15750: Multiple park entrance types in one park (#21909)

* Add new park entrance placement window

* Start entrance tool as soon as window opens;

* Rename constants to conform to current code standards

* Increment PARK_FILE_CURRENT_VERSION

* Increment kNetworkStreamVersion

Co-authored-by: Aaron van Geffen <aaron@aaronweb.net>
This commit is contained in:
Michael Steenbeek
2024-08-05 01:02:16 +02:00
committed by GitHub
parent b637bcb60a
commit e813532efb
24 changed files with 577 additions and 278 deletions

View File

@@ -144,6 +144,8 @@ public:
return TransparencyOpen();
case WindowClass::AssetPacks:
return AssetPacksOpen();
case WindowClass::EditorParkEntrance:
return EditorParkEntranceOpen();
default:
Console::Error::WriteLine("Unhandled window class (%d)", wc);
return nullptr;