1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

integrate variables for lightning and toolbar dirty flags

This commit is contained in:
Ted John
2016-04-24 21:49:09 +01:00
parent 44a92e3f6b
commit 652b1c83db
15 changed files with 49 additions and 46 deletions

View File

@@ -49,6 +49,8 @@ int gTextBoxFrameNo = 0;
bool gUsingWidgetTextBox = 0;
bool gLoadSaveTitleSequenceSave = 0;
uint8 gToolbarDirtyFlags;
// 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
float window_scroll_locations[][2] = {

View File

@@ -514,6 +514,8 @@ extern rct_window * gWindowNextSlot;
// rct2: 0x00F635EE
extern ride_list_item _window_track_list_item;
extern uint8 gToolbarDirtyFlags;
void window_dispatch_update_all();
void window_update_all_viewports();
void window_update_all();