mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Document audio.h
This commit is contained in:
@@ -1069,7 +1069,7 @@ static void window_options_dropdown(rct_window *w, int widgetIndex, int dropdown
|
||||
case WINDOW_OPTIONS_PAGE_AUDIO:
|
||||
switch (widgetIndex) {
|
||||
case WIDX_SOUND_DROPDOWN:
|
||||
audio_init2(dropdownIndex);
|
||||
audio_init_ride_sounds(dropdownIndex);
|
||||
if (dropdownIndex < gAudioDeviceCount) {
|
||||
if (dropdownIndex == 0) {
|
||||
Mixer_Init(NULL);
|
||||
|
||||
Reference in New Issue
Block a user