Bump network version [ci skip]

This commit is contained in:
Gymnasiast 2019-05-14 21:59:16 +02:00
parent 0b7d7027e1
commit cb6a563e2d
1 changed files with 1 additions and 1 deletions

View File

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