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
1 changed files with 1 additions and 0 deletions

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