enable quick save when loading save by command line

This commit is contained in:
Ted John 2016-04-15 21:52:15 +01:00
parent 7aaa7bb0ca
commit e906ab5e95
1 changed files with 1 additions and 0 deletions

View File

@ -356,6 +356,7 @@ bool rct2_open_file(const char *path)
if (_stricmp(extension, "sv6") == 0) {
strcpy((char*)RCT2_ADDRESS_SAVED_GAMES_PATH_2, path);
game_load_save(path);
gFirstTimeSave = 0;
return true;
} else if (_stricmp(extension, "sc6") == 0) {
// TODO scenario install