mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 22:13:07 +01:00
Add new .park save format
Co-authored-by: Gymnasiast <Gymnasiast@users.noreply.github.com> Co-authored-by: duncanspumpkin <duncanspumpkin@users.noreply.github.com> Co-authored-by: ZehMatt <Zehmatt@users.noreply.github.com> Co-authored-by: Broxzier <Broxzier@users.noreply.github.com>
This commit is contained in:
@@ -112,7 +112,7 @@ rct_window* window_title_menu_open()
|
||||
|
||||
static void window_title_menu_scenarioselect_callback(const utf8* path)
|
||||
{
|
||||
context_load_park_from_file(path);
|
||||
OpenRCT2::GetContext()->LoadParkFromFile(path, false, true);
|
||||
game_load_scripts();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user