1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 02:35:46 +01:00

Change ride_idnew_t to 16 bit; use it in more places (#10667)

This commit is contained in:
Michael Steenbeek
2020-02-10 22:41:49 +01:00
committed by GitHub
parent df28bca19e
commit 723f658dbd
11 changed files with 16 additions and 13 deletions

View File

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