1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-03 04:05:49 +01:00

Fix land tool clearance checks underneath maze track pieces

This commit is contained in:
mix
2025-10-19 22:01:43 +01:00
committed by GitHub
parent 5bf9bd1271
commit 198c3298e1
3 changed files with 6 additions and 3 deletions

View File

@@ -47,7 +47,7 @@
// It is used for making sure only compatible builds get connected, even within
// single OpenRCT2 version.
constexpr uint8_t kStreamVersion = 2;
constexpr uint8_t kStreamVersion = 3;
const std::string kStreamID = std::string(kOpenRCT2Version) + "-" + std::to_string(kStreamVersion);