1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Fix GameAction use during pause (#9242)

* Use correct flag to allow action while paused.

Mistake made during implementing on GameActions

* Increment network version
This commit is contained in:
Duncan
2019-05-12 09:54:21 +01:00
committed by GitHub
parent d3b5ac3f07
commit 5da95e963d
5 changed files with 5 additions and 5 deletions

View File

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