1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

Merge pull request #15429 from ZehMatt/backport/ticks

Remove scenario ticks and adjust export/import
This commit is contained in:
ζeh Matt
2021-09-23 12:08:16 -07:00
committed by GitHub
21 changed files with 65 additions and 55 deletions

View File

@@ -38,7 +38,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 "9"
#define NETWORK_STREAM_VERSION "10"
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION
static Peep* _pickup_peep = nullptr;