1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 19:43:06 +01:00

Do not allow guests to slide down the Spiral Slide if it’s broken (#25403)

This commit is contained in:
matheusvb3
2025-12-12 15:56:14 -03:00
committed by GitHub
parent 0d4893e990
commit cc0f83081b
3 changed files with 3 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
// It is used for making sure only compatible builds get connected, even within
// single OpenRCT2 version.
constexpr uint8_t kStreamVersion = 4;
constexpr uint8_t kStreamVersion = 5;
const std::string kStreamID = std::string(kOpenRCT2Version) + "-" + std::to_string(kStreamVersion);