1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

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

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