1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 02:35:46 +01:00

Fix 20866: Boosters for the Mini and B&M track are swapped (#20867)

* Fix 20866: Boosters are swapped

* Update sprites.h

* Bump network version
This commit is contained in:
AuraSpecs
2023-10-12 08:58:49 +02:00
committed by GitHub
parent 6bc6b63ed4
commit 88608e0b7e
2 changed files with 9 additions and 9 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