1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Fix #13489: Mechanics continue heading to inspect broken down rides (#13490)

* Fix #13489: Mechanics continue heading to inspect broken down rides
This commit is contained in:
Adam
2020-12-05 11:05:55 -07:00
committed by GitHub
parent a71a0ccd0c
commit 1b61b4b104
4 changed files with 11 additions and 1 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 "6"
#define NETWORK_STREAM_VERSION "7"
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION
static Peep* _pickup_peep = nullptr;