aboutsummaryrefslogtreecommitdiff
path: root/aosfxplayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'aosfxplayer.cpp')
-rw-r--r--aosfxplayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/aosfxplayer.cpp b/aosfxplayer.cpp
index 84a8eb3e..90e458ea 100644
--- a/aosfxplayer.cpp
+++ b/aosfxplayer.cpp
@@ -31,7 +31,7 @@ void AOSfxPlayer::play(QString p_sfx, QString p_char, QString shout)
set_volume(m_volume);
- if (ao_app->get_audio_output_device() != "Default")
+ if (ao_app->get_audio_output_device() != "default")
BASS_ChannelSetDevice(m_stream, BASS_GetDevice());
BASS_ChannelPlay(m_stream, false);
}