Merge pull request #1291 from Gymnasiast/fix-sound-continuing

Fix sound continuing in title screen (hopefully), fixes #1290
This commit is contained in:
Ted John 2015-06-10 13:05:18 +01:00
commit c01d3d4242
1 changed files with 3 additions and 0 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();