1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Fix #10256: Desync because of client advancing ahead of server ticks during map change (#10257)

This commit is contained in:
ζeh Matt
2019-11-17 23:26:32 +01:00
committed by Michael Steenbeek
parent 5606b4895b
commit 7744fc71e4
3 changed files with 8 additions and 1 deletions

View File

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