1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 15:24:30 +01:00

Allow editing of indestructible rides when the ‘make all destructible’ cheat is enabled

This commit is contained in:
mix
2025-02-22 16:55:14 +00:00
committed by GitHub
parent cb3dd87943
commit a69390cde4
3 changed files with 3 additions and 2 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 = 2;
constexpr uint8_t kNetworkStreamVersion = 3;
const std::string kNetworkStreamID = std::string(kOpenRCT2Version) + "-" + std::to_string(kNetworkStreamVersion);