mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 01:04:50 +01:00
Fix #4522: Theme music doesn't stop when connected to paused server
Refactor audio initialisation and stop all music and sounds when the screen mode changes.
This commit is contained in:
@@ -151,11 +151,6 @@ bool rct2_init()
|
||||
|
||||
gScenarioTicks = 0;
|
||||
util_srand((unsigned int)time(0));
|
||||
if (!rct2_init_directories())
|
||||
return false;
|
||||
|
||||
if (!rct2_startup_checks())
|
||||
return false;
|
||||
|
||||
config_reset_shortcut_keys();
|
||||
config_shortcut_keys_load();
|
||||
|
||||
Reference in New Issue
Block a user