From 698426dad7b206383b98a6fc6d7e91d369cefd0e Mon Sep 17 00:00:00 2001 From: Hielke Morsink Date: Wed, 31 Oct 2018 20:47:35 +0100 Subject: [PATCH] Increase network version to avoid conflicts (#8194) #8053 bumped the network version to 3, which we already had before but was reverted. --- src/openrct2/network/Network.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/network/Network.cpp b/src/openrct2/network/Network.cpp index 33370b51ba..006e2ff77c 100644 --- a/src/openrct2/network/Network.cpp +++ b/src/openrct2/network/Network.cpp @@ -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;