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

Fix #11617: Zero clearance ghost track design paths break connections (#25685)

This commit is contained in:
mix
2025-12-27 13:29:49 +00:00
committed by GitHub
parent f4c43f5a39
commit 8ce8eec426
3 changed files with 2 additions and 57 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 = 5;
constexpr uint8_t kStreamVersion = 6;
const std::string kStreamID = std::string(kOpenRCT2Version) + "-" + std::to_string(kStreamVersion);