1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 05:53:02 +01:00

Fix #20083: Cannot use terrain surfaces with ID > 32

This commit is contained in:
Gymnasiast
2023-05-27 14:18:28 +02:00
parent 29bd730329
commit 0519dec33a
3 changed files with 2 additions and 13 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 "5"
#define NETWORK_STREAM_VERSION "6"
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION