From a46a21973faf495c3cbff3c8bec08ae0cd665e17 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Sun, 13 Sep 2020 20:26:04 +0200 Subject: [PATCH] Amend changelog; bump network version --- distribution/changelog.txt | 1 + src/openrct2/network/NetworkBase.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 2502fe62c2..84a70487b2 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -8,6 +8,7 @@ - Feature: [#12884] Add BaseTileElement.occupiedQuadrants to the plugin API. - Feature: [#12885] Add SmallSceneryElement.quadrant to the plugin API. - Feature: [#12886] Make all scenery placement and remove actions available to the plugin API. +- Feature: [#2350, #12922] Add snow, heavy snow and blizzard to weather types. - Fix: [#400] Unable to place some saved tracks flush to the ground (original bug). - Fix: [#5753] Entertainers make themselves happy instead of the guests. - Fix: [#7037] Unable to save tracks starting with a sloped turn or helix. diff --git a/src/openrct2/network/NetworkBase.cpp b/src/openrct2/network/NetworkBase.cpp index bc8875a397..672c3af635 100644 --- a/src/openrct2/network/NetworkBase.cpp +++ b/src/openrct2/network/NetworkBase.cpp @@ -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 "6" +#define NETWORK_STREAM_VERSION "7" #define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION static Peep* _pickup_peep = nullptr;