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

Set slide as not in use when using cheat to remove guests

This commit is contained in:
matheusvb3
2025-10-23 11:39:33 -03:00
committed by GitHub
parent 5928279cf0
commit 3deae86fb5
3 changed files with 3 additions and 1 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);