From 856075a78100da079b3fcdd33d9d710fdba7105d Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Sun, 22 Sep 2019 23:07:57 +0200 Subject: [PATCH] Bump network version and amend changelog --- distribution/changelog.txt | 1 + src/openrct2/network/Network.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 0beacbe8d5..5c6df67d4e 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -21,6 +21,7 @@ - Fix: [#9902] Doors/Portcullis do not check to make sure doors are open causing double opens. - Fix: [#9926] Africa - Oasis park has wrong peep spawn (original bug). - Fix: [#9957] When using 'no money' cheat, guests complain of running out of cash. +- Fix: [#9970] Wait for quarter load fails. - Improved: [#9466] Add the rain weather effect to the OpenGL renderer. 0.2.3 (2019-07-10) diff --git a/src/openrct2/network/Network.cpp b/src/openrct2/network/Network.cpp index 4a3070f5d4..43a01417b6 100644 --- a/src/openrct2/network/Network.cpp +++ b/src/openrct2/network/Network.cpp @@ -34,7 +34,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 "13" +#define NETWORK_STREAM_VERSION "14" #define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION static Peep* _pickup_peep = nullptr;