mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Fix sound continuing in title screen (hopefully)
This commit is contained in:
@@ -455,6 +455,9 @@ static void window_top_toolbar_dropdown()
|
||||
case DDIDX_QUIT_TO_MENU:
|
||||
window_close_by_class(WC_MANAGE_TRACK_DESIGN);
|
||||
window_close_by_class(WC_TRACK_DELETE_PROMPT);
|
||||
stop_ride_music();
|
||||
stop_crowd_sound();
|
||||
stop_other_sounds();
|
||||
game_do_command(0, 1, 0, 0, GAME_COMMAND_LOAD_OR_QUIT, 1, 0);
|
||||
break;
|
||||
case DDIDX_EXIT_OPENRCT2:
|
||||
|
||||
Reference in New Issue
Block a user