1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 12:33:17 +01:00

Add option to sell merchandise in random colours

Co-authored-by: 8street <nikolai_e@rambler.ru>
This commit is contained in:
8street
2022-07-13 01:20:49 +03:00
committed by GitHub
parent fd5c5f546c
commit 213696ea27
13 changed files with 164 additions and 62 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 "0"
#define NETWORK_STREAM_VERSION "1"
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION
static Peep* _pickup_peep = nullptr;