1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Fix #20364: Adding too much money with cheats causes an overflow

This commit is contained in:
mrmbernardi
2023-06-27 15:29:48 +02:00
committed by GitHub
parent d40102aa9d
commit cf7c486c5f
7 changed files with 12 additions and 10 deletions

View File

@@ -43,7 +43,7 @@
// It is used for making sure only compatible builds get connected, even within
// single OpenRCT2 version.
#define NETWORK_STREAM_VERSION "9"
#define NETWORK_STREAM_VERSION "10"
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION