1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00

integrate variable: gWindowMapFlashingFlags

This commit is contained in:
Ted John
2016-05-13 22:51:16 +01:00
parent d293616bbc
commit 3fcb337c7b
8 changed files with 20 additions and 18 deletions

View File

@@ -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

View File

@@ -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();