mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 02:41:58 -05:00
Fix issue 1942
This commit is contained in:
parent
1590fa730b
commit
7934e2efd2
1 changed files with 2 additions and 0 deletions
|
@ -245,6 +245,8 @@ int scenario_load_and_play_from_path(const char *path)
|
||||||
}
|
}
|
||||||
_scenarioFileName = path_get_filename(_scenarioPath);
|
_scenarioFileName = path_get_filename(_scenarioPath);
|
||||||
|
|
||||||
|
gFirstTimeSave = 1;
|
||||||
|
|
||||||
log_verbose("starting scenario, %s", path);
|
log_verbose("starting scenario, %s", path);
|
||||||
scenario_begin();
|
scenario_begin();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue