1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Increase network version to avoid conflicts (#8194)

#8053 bumped the network version to 3, which we already had before but was reverted.
This commit is contained in:
Hielke Morsink
2018-10-31 20:47:35 +01:00
committed by Michał Janiszewski
parent 215ea7edc4
commit 698426dad7

View File

@@ -28,7 +28,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 "3"
#define NETWORK_STREAM_VERSION "4"
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION
static rct_peep* _pickup_peep = nullptr;