1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +01:00

Fix #20253, #20799, #20841, #20903, #20915: Crash when displaying a Lay-Down RC’s half loop (#20968)

* Fix #20253: Crash when displaying a Lay-Down RC’s half loop

* Bump network version
This commit is contained in:
Michael Steenbeek
2023-11-16 03:36:14 +01:00
committed by GitHub
parent f98674b023
commit f8d71fcc2f
3 changed files with 3 additions and 2 deletions

View File

@@ -43,7 +43,7 @@
// It is used for making sure only compatible builds get connected, even within
// single OpenRCT2 version.
#define NETWORK_STREAM_VERSION "8"
#define NETWORK_STREAM_VERSION "9"
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION