mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Don't stop sounds on canceling exit prompt
This commit is contained in:
@@ -115,6 +115,9 @@ void title_load()
|
||||
window_staff_list_init_vars();
|
||||
map_update_tile_pointers();
|
||||
reset_0x69EBE4();
|
||||
stop_ride_music();
|
||||
stop_crowd_sound();
|
||||
stop_other_sounds();
|
||||
viewport_init_all();
|
||||
news_item_init_queue();
|
||||
title_create_windows();
|
||||
|
||||
@@ -455,9 +455,6 @@ 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