Don't stop sounds on canceling exit prompt

This commit is contained in:
Gymnasiast 2015-06-10 12:25:14 +02:00
parent 5b0ada3100
commit c3b394b7ef
2 changed files with 3 additions and 3 deletions

View File

@ -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();

View File

@ -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: