1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

Fix #19860: TRACK_ELEM_FLAG_DOWN flag missing on downward wide curves (#20386)

* Fix TRACK_ELEM_FLAG_DOWN flag on wide curves

* De-anonymize contributors entry

* Bump network version
This commit is contained in:
Severin Paul Höfer
2023-06-15 21:27:18 +02:00
committed by GitHub
parent d9a565dd21
commit ed875a1273
3 changed files with 10 additions and 10 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 "7"
#define NETWORK_STREAM_VERSION "8"
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION