1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00

Fix #8201: Only quarter scenery objects in one corner can be painted

This commit is contained in:
Michael Steenbeek
2018-11-05 20:12:22 +01:00
committed by GitHub
parent 39f65e496f
commit df768a3fad
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,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 "7"
#define NETWORK_STREAM_VERSION "8"
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION
static rct_peep* _pickup_peep = nullptr;