From 612e30258376e0ab7530f4de6cf25e1501be7271 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Sun, 29 Sep 2024 23:24:06 +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 f3f24b16ad..c3c12a7dd0 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -7,6 +7,7 @@ - Feature: [#22758] The table of ‘real’ peep names can now be changed using Peep Names objects. - Improved: [#22470] Android: automatically detect RCT2 installs in /sdcard/rct2. - Improved: [#22777] Add long flat-to-steep track pieces to the Wooden and Classic Wooden Roller Coasters. +- Improved: [#22815] Add long flat-to-steep track pieces to the Mine Train Coaster. - Change: [#22494] Themes window now displays colours and checkboxes vertically. - Change: [#22596] Land ownership fixes described by .parkpatch files are now only considered on scenarios. - Change: [#22724] Staff now have optional ‘real’ names as well. diff --git a/src/openrct2/network/NetworkBase.cpp b/src/openrct2/network/NetworkBase.cpp index 7bc1dadb3e..6ae613128e 100644 --- a/src/openrct2/network/NetworkBase.cpp +++ b/src/openrct2/network/NetworkBase.cpp @@ -49,7 +49,7 @@ using namespace OpenRCT2; // It is used for making sure only compatible builds get connected, even within // single OpenRCT2 version. -constexpr uint8_t kNetworkStreamVersion = 2; +constexpr uint8_t kNetworkStreamVersion = 3; const std::string kNetworkStreamID = std::string(OPENRCT2_VERSION) + "-" + std::to_string(kNetworkStreamVersion);