1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Add new Corkscrew Roller Coaster track pieces

This commit is contained in:
mix
2024-11-02 12:24:26 +00:00
committed by GitHub
parent 225c7ab376
commit 4482a08024
704 changed files with 12725 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ using namespace OpenRCT2;
// It is used for making sure only compatible builds get connected, even within
// single OpenRCT2 version.
constexpr uint8_t kNetworkStreamVersion = 8;
constexpr uint8_t kNetworkStreamVersion = 9;
const std::string kNetworkStreamID = std::string(OPENRCT2_VERSION) + "-" + std::to_string(kNetworkStreamVersion);