1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

Make guests in mazes not jump during heavy snow or blizzard (#25024)

This commit is contained in:
matheusvb3
2025-09-02 14:23:04 -03:00
committed by GitHub
parent e9456ae68a
commit aaa4ae05f4
3 changed files with 7 additions and 5 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 = 5;
constexpr uint8_t kNetworkStreamVersion = 6;
const std::string kNetworkStreamID = std::string(kOpenRCT2Version) + "-" + std::to_string(kNetworkStreamVersion);