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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user