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

Add small medium and large turns, diagonals and s-bends to Boat Hire

This commit is contained in:
mix
2024-11-26 12:41:05 +00:00
committed by Gymnasiast
parent 962358974f
commit 2fd52c82bc
174 changed files with 2160 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 = 5;
constexpr uint8_t kNetworkStreamVersion = 6;
const std::string kNetworkStreamID = std::string(OPENRCT2_VERSION) + "-" + std::to_string(kNetworkStreamVersion);