1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Remove SpriteBase::flags (#14460)

* Remove SpriteBase::flags

* Increment network version

* update replays
This commit is contained in:
Duncan
2021-04-11 18:02:19 +01:00
committed by GitHub
parent 7d2823d1f0
commit a9e1f2e89c
16 changed files with 23 additions and 16 deletions

View File

@@ -36,7 +36,7 @@
// This string specifies which version of network stream current build uses.
// It is used for making sure only compatible builds get connected, even within
// single OpenRCT2 version.
#define NETWORK_STREAM_VERSION "10"
#define NETWORK_STREAM_VERSION "11"
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION
static Peep* _pickup_peep = nullptr;