mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Staff patrol area 2 from NSF (#15600)
* Port over changes from NSF for staff * Fix import and export * Fix crash on export * Fix import issue * Fix patrol import issue * Remove staff id field * Increment network version * Actually remove all instances of staff id * Update replays
This commit is contained in:
@@ -65,9 +65,9 @@ set(OBJECTS_VERSION "1.0.21")
|
||||
set(OBJECTS_URL "https://github.com/OpenRCT2/objects/releases/download/v${OBJECTS_VERSION}/objects.zip")
|
||||
set(OBJECTS_SHA1 "c38af45d51a6e440386180feacf76c64720b6ac5")
|
||||
|
||||
set(REPLAYS_VERSION "0.0.56")
|
||||
set(REPLAYS_VERSION "0.0.57")
|
||||
set(REPLAYS_URL "https://github.com/OpenRCT2/replays/releases/download/v${REPLAYS_VERSION}/replays.zip")
|
||||
set(REPLAYS_SHA1 "C47048B71A95A95428A08035C94AD10E7A020D4D")
|
||||
set(REPLAYS_SHA1 "DF9C3B48755B19FDD4D0EC721007B98CD5B6F420")
|
||||
|
||||
option(FORCE32 "Force 32-bit build. It will add `-m32` to compiler flags.")
|
||||
option(WITH_TESTS "Build tests")
|
||||
|
||||
Reference in New Issue
Block a user