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

Fix guests leaving queue if other guest rejoins it (#17788)

If another guest returns to the queue from the entrance building, guests arriving at the entrance building through the queue could decide to leave it.
This commit is contained in:
Rik Smeets
2022-08-29 20:57:51 +02:00
committed by GitHub
parent 6c54bacd41
commit e0648f8ddb
3 changed files with 2 additions and 7 deletions

View File

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