1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 01:04:50 +01:00

Amend changelog; increase network version.

This commit is contained in:
Aaron van Geffen
2019-03-03 12:09:19 +01:00
parent e4ab16acc1
commit a6773584b0
2 changed files with 2 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 "52"
#define NETWORK_STREAM_VERSION "53"
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION
static Peep* _pickup_peep = nullptr;