1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 12:33:17 +01:00

Release v0.4.19.1

- Fix: [#23771] Weather transitions are horribly broken.
This commit is contained in:
Gymnasiast
2025-02-03 20:47:21 +01:00
parent e302634bef
commit 455f22bbca
9 changed files with 17 additions and 10 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 = 0;
const std::string kNetworkStreamID = std::string(kOpenRCT2Version) + "-" + std::to_string(kNetworkStreamVersion);