1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

Bump network version

This commit is contained in:
mix
2025-11-04 00:27:23 +00:00
parent 08266862c4
commit 4a77654003

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 = 0;
constexpr uint8_t kStreamVersion = 1;
const std::string kStreamID = std::string(kOpenRCT2Version) + "-" + std::to_string(kStreamVersion);