diff --git a/src/game.c b/src/game.c index 65802ea818..e39bc2b0f5 100644 --- a/src/game.c +++ b/src/game.c @@ -787,6 +787,9 @@ int game_load_sv6(SDL_RWops* rw) game_convert_strings_to_utf8(); game_fix_save_vars(); // OpenRCT2 fix broken save games + // #2407: Resetting screen time to not open a save prompt shortly after loading a park. + RCT2_GLOBAL(RCT2_ADDRESS_SCREEN_AGE, uint16) = 0; + return 1; }