1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 08:45:00 +01:00

Added load_palette. Labelled offset for paused and palette effect frame. Fixed fast moving water.

This commit is contained in:
Duncan Frost
2015-02-07 17:40:20 +00:00
parent 55dcef13ad
commit 0f6dd51736
20 changed files with 76 additions and 45 deletions

View File

@@ -1840,7 +1840,7 @@ void sub_6EA73F()
{
rct_window *w;
if (RCT2_GLOBAL(0x009DEA6E, uint8) != 0)
if (RCT2_GLOBAL(RCT2_ADDRESS_GAME_PAUSED, uint8) != 0)
RCT2_GLOBAL(0x01423604, uint32)++;
for (w = RCT2_LAST_WINDOW; w >= g_window_list; w--) {