mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-22 23:33:04 +01:00
* Reset gCurrentRealTimeTicks when the map is initialized * Use 32 bit for gWindowUpdateTicks * Update changelog.txt
This commit is contained in:
@@ -49,7 +49,7 @@ int32_t gTextBoxFrameNo = 0;
|
||||
bool gUsingWidgetTextBox = false;
|
||||
TextInputSession* gTextInput;
|
||||
|
||||
uint16_t gWindowUpdateTicks;
|
||||
uint32_t gWindowUpdateTicks;
|
||||
uint16_t gWindowMapFlashingFlags;
|
||||
colour_t gCurrentWindowColours[4];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user