1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 01:35:06 +01:00

Allow cable lift to start after block brake

This commit is contained in:
X123M3-256
2025-01-17 18:38:15 +00:00
committed by GitHub
parent 68789ec882
commit 29503e6606
7 changed files with 119 additions and 136 deletions

View File

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