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

Fix #23781: Changing weather does not update state for next weather (#23782)

* Fix #23781: Changing weather does not update state for next weather

* Bump up network version
This commit is contained in:
Matt
2025-02-05 16:36:26 +02:00
committed by GitHub
parent 784cd027fe
commit eefba52735
2 changed files with 4 additions and 4 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 = 0;
constexpr uint8_t kNetworkStreamVersion = 1;
const std::string kNetworkStreamID = std::string(kOpenRCT2Version) + "-" + std::to_string(kNetworkStreamVersion);