1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Add diagonal booster to LSM Launched Coaster

This commit is contained in:
AuraSpecs
2024-11-24 21:12:51 +01:00
committed by GitHub
parent d5b769bcc4
commit 76a40bb52a
21 changed files with 103 additions and 15 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 = 4;
constexpr uint8_t kNetworkStreamVersion = 5;
const std::string kNetworkStreamID = std::string(OPENRCT2_VERSION) + "-" + std::to_string(kNetworkStreamVersion);