1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

Move new ride and research windows

This commit is contained in:
Marijn van der Werf
2017-10-07 01:28:00 +02:00
committed by Michał Janiszewski
parent eef3bd9af5
commit d02976695d
16 changed files with 116 additions and 63 deletions

View File

@@ -729,7 +729,9 @@ static void window_editor_object_selection_close(rct_window *w)
gSilentResearch = false;
}
research_remove_non_separate_vehicle_types();
window_new_ride_init_vars();
auto intent = Intent(INTENT_ACTION_REFRESH_NEW_RIDES);
context_broadcast_intent(&intent);
visible_list_dispose();
}