1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

Merge pull request #2004 from runelaenen/save-ask-filename

Fix issue 1942
This commit is contained in:
Ted John
2015-10-02 13:29:23 +01:00

View File

@@ -245,6 +245,8 @@ int scenario_load_and_play_from_path(const char *path)
}
_scenarioFileName = path_get_filename(_scenarioPath);
gFirstTimeSave = 1;
log_verbose("starting scenario, %s", path);
scenario_begin();