From 3e75e82d939aa4cfa0180cb228bb0b9a0810af59 Mon Sep 17 00:00:00 2001 From: IntelOrca Date: Wed, 25 Feb 2015 17:47:11 +0000 Subject: [PATCH] update audio device list, #594 --- src/windows/options.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/windows/options.c b/src/windows/options.c index 3b2eccdbeb..0d959a466b 100644 --- a/src/windows/options.c +++ b/src/windows/options.c @@ -357,6 +357,8 @@ static void window_options_mousedown(int widgetIndex, rct_window*w, rct_widget* switch (widgetIndex) { case WIDX_SOUND_DROPDOWN: + audio_get_devices(); + // populate the list with the sound devices for (i = 0; i < gAudioDeviceCount; i++) { gDropdownItemsFormat[i] = 1142;