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

Fix #8142: Reliability of unbreakable rides can go below 100%

This commit is contained in:
Felix Pelletier
2018-11-02 04:04:27 -04:00
committed by Michael Steenbeek
parent f8add7f62e
commit 0cd7f1e07c
5 changed files with 29 additions and 7 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 "6"
#define NETWORK_STREAM_VERSION "7"
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION
static rct_peep* _pickup_peep = nullptr;