mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 03:53:07 +01:00
integrate variable: gWindowMapFlashingFlags
This commit is contained in:
@@ -46,6 +46,7 @@ bool gUsingWidgetTextBox = 0;
|
||||
bool gLoadSaveTitleSequenceSave = 0;
|
||||
|
||||
uint8 gToolbarDirtyFlags;
|
||||
uint16 gWindowMapFlashingFlags;
|
||||
|
||||
// converted from uint16 values at 0x009A41EC - 0x009A4230
|
||||
// these are percentage coordinates of the viewport to center to, if a window is obscuring a location, the next is tried
|
||||
|
||||
@@ -512,6 +512,7 @@ extern rct_window * gWindowNextSlot;
|
||||
extern ride_list_item _window_track_list_item;
|
||||
|
||||
extern uint8 gToolbarDirtyFlags;
|
||||
extern uint16 gWindowMapFlashingFlags;
|
||||
|
||||
void window_dispatch_update_all();
|
||||
void window_update_all_viewports();
|
||||
|
||||
Reference in New Issue
Block a user