1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

integrate some staff variables

This commit is contained in:
Ted John
2016-05-18 23:46:46 +01:00
parent afc54aef63
commit 3fd252a8c3
6 changed files with 38 additions and 38 deletions

View File

@@ -21,6 +21,7 @@
#include "../game.h"
#include "../input.h"
#include "../localisation/localisation.h"
#include "../peep/staff.h"
#include "../ride/ride_data.h"
#include "../ride/track_data.h"
#include "../sprites.h"
@@ -64,7 +65,7 @@ void viewport_init_all()
gPickupPeepImage = UINT32_MAX;
gTooltipNotShownTicks = -1;
gMapSelectFlags = 0;
RCT2_GLOBAL(0x009DEA50, sint16) = -1;
gStaffDrawPatrolAreas = 0xFFFF;
textinput_cancel();
format_string((char*)0x0141FA44, STR_CANCEL, NULL);
format_string((char*)0x0141F944, STR_OK, NULL);