mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Amend changelog; bump network version
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user