1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +01:00

Fix #23238: Guest ride favourite mistake

Mistake made during implementation.
This commit is contained in:
Duncan
2024-11-23 10:39:17 +00:00
committed by GitHub
parent 290b39ade2
commit 759d850e56
5 changed files with 17 additions and 16 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(OPENRCT2_VERSION) + "-" + std::to_string(kNetworkStreamVersion);