mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Restart title music if necessary
This commit is contained in:
@@ -566,6 +566,10 @@ static void window_options_dropdown()
|
||||
config_save_default();
|
||||
window_invalidate(w);
|
||||
}
|
||||
|
||||
stop_title_music();
|
||||
if (dropdownIndex != 0)
|
||||
start_title_music();
|
||||
break;
|
||||
case WIDX_CURRENCY_DROPDOWN:
|
||||
gConfigGeneral.currency_format = (sint8)dropdownIndex;
|
||||
|
||||
Reference in New Issue
Block a user