1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Automatically reset speed to normal upon scenario completion. (#10998)

This commit is contained in:
Aaron van Geffen
2020-03-22 23:22:28 +01:00
committed by GitHub
parent 2a94632b32
commit a2f8e8c72b
4 changed files with 9 additions and 0 deletions

View File

@@ -177,6 +177,7 @@ void scenario_begin()
static void scenario_end()
{
game_reset_speed();
window_close_by_class(WC_DROPDOWN);
window_close_all_except_flags(WF_STICK_TO_BACK | WF_STICK_TO_FRONT);
context_open_window_view(WV_PARK_OBJECTIVE);