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

fix #3407: rides were not removed in editor

This commit is contained in:
Ted John
2016-04-24 23:48:33 +01:00
parent 171c4f20b7
commit 99223d5d04

View File

@@ -384,6 +384,7 @@ static int editor_read_s6(const char *path)
game_convert_strings_to_utf8();
gScreenFlags = SCREEN_FLAGS_SCENARIO_EDITOR;
editor_clear_map_for_editing();
viewport_init_all();
window_editor_main_open();
editor_finalise_main_view();