1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Use gFirstTimeSave

This commit is contained in:
Gymnasiast
2016-04-25 19:16:58 +02:00
parent 7521a70ac8
commit 57d2618fb5

View File

@@ -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);