Fix loading .park scenarios from in-game

This commit is contained in:
Ted John 2021-04-11 13:32:12 +01:00
parent 7ae6388a3b
commit 3284b18658
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ static void window_top_toolbar_mousedown(rct_window* w, rct_widgetindex widgetIn
static void window_top_toolbar_scenarioselect_callback(const utf8* path)
{
window_close_by_class(WC_EDITOR_OBJECT_SELECTION);
GetContext()->LoadParkFromFile(path, true);
GetContext()->LoadParkFromFile(path, false, true);
}
/**