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

Add inverted large loops and inverted boosters to Flying RC

This commit is contained in:
AuraSpecs
2022-10-13 20:51:54 +02:00
committed by GitHub
parent 94e8e9ea6b
commit dda256ef5f
9 changed files with 519 additions and 10 deletions

View File

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