1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

Implementing small loan & cheat detection related routine

This commit is contained in:
Maciek Baron
2014-05-17 16:04:19 +01:00
parent 9e0c310320
commit d5d352cd41
4 changed files with 19 additions and 6 deletions

View File

@@ -1519,7 +1519,7 @@ int game_load_save()
window_new_ride_init_vars();
RCT2_GLOBAL(0x009DEB7C, uint16) = 0;
if (RCT2_GLOBAL(0x0013587C4, uint32) == 0) // this check is not in scenario play
RCT2_CALLPROC_EBPSAFE(0x0069E869);
sub_69E869();
RCT2_CALLPROC_EBPSAFE(0x006837E3); // (palette related)
gfx_invalidate_screen();