1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 01:04:50 +01:00

Use regular interval for swing sprite threshold (#25171)

* use regular interval for swing sprite threshold

* bump network

* bump park file version
This commit is contained in:
spacek531
2025-09-20 00:39:50 -07:00
committed by GitHub
parent 263857a752
commit e5aa3b33f2
3 changed files with 8 additions and 8 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);