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

Fix issue 1942

This commit is contained in:
Rune Laenen
2015-10-02 14:16:02 +02:00
parent 1590fa730b
commit 7934e2efd2

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