1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

Fix #7572: Queue paths connect to regular paths through fences

This commit is contained in:
Joseph Atkins-Turkish
2019-09-18 14:31:30 -07:00
committed by Michael Steenbeek
parent ce41b8f793
commit 747e00512d
3 changed files with 22 additions and 7 deletions

View File

@@ -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 "11"
#define NETWORK_STREAM_VERSION "12"
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION
static Peep* _pickup_peep = nullptr;