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

Fix #18714: Allow block-sectioned rides to simulate with incomplete circuit (#25034)

* Allow block-sectioned rides to simulate with incomplete circuit

* Remove unused variable
This commit is contained in:
kyphii
2025-08-29 05:53:22 -04:00
committed by GitHub
parent f4b5ba72eb
commit 39aab71e7d
4 changed files with 29 additions and 29 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 = 3;
constexpr uint8_t kNetworkStreamVersion = 4;
const std::string kNetworkStreamID = std::string(kOpenRCT2Version) + "-" + std::to_string(kNetworkStreamVersion);