1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 07:44:38 +01:00

Exempt frozen peeps from being removed (#24101)

This commit is contained in:
Aaron van Geffen
2025-03-27 20:26:21 +01:00
committed by GitHub
parent ff6e8c69fa
commit e427d6424c
3 changed files with 7 additions and 1 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 = 1;
constexpr uint8_t kNetworkStreamVersion = 2;
const std::string kNetworkStreamID = std::string(kOpenRCT2Version) + "-" + std::to_string(kNetworkStreamVersion);