1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 06:23:04 +01:00

Add Diagonal Brakes to LSM Launched Roller Coaster

This commit is contained in:
AuraSpecs
2024-12-08 21:27:45 +01:00
committed by GitHub
parent 38e39f3dfc
commit c5f79dcef7
22 changed files with 150 additions and 3 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 = 0;
constexpr uint8_t kNetworkStreamVersion = 1;
const std::string kNetworkStreamID = std::string(OPENRCT2_VERSION) + "-" + std::to_string(kNetworkStreamVersion);