diff --git a/src/game.c b/src/game.c index 225dd372b1..82955101ef 100644 --- a/src/game.c +++ b/src/game.c @@ -941,6 +941,8 @@ bool game_load_save(const utf8 *path) result = game_load_sv6(rw); } else if (extension_type == FILE_EXTENSION_SV4) { result = rct1_load_saved_game(path); + if (result) + gFirstTimeSave = 1; } SDL_RWclose(rw);