aboutsummaryrefslogtreecommitdiff
path: root/aosfxplayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'aosfxplayer.cpp')
-rw-r--r--aosfxplayer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/aosfxplayer.cpp b/aosfxplayer.cpp
index c6a8829..394fabd 100644
--- a/aosfxplayer.cpp
+++ b/aosfxplayer.cpp
@@ -14,6 +14,8 @@ void AOSfxPlayer::play(QString p_sfx, QString p_char)
{
BASS_ChannelStop(m_stream);
+ p_sfx = p_sfx.toLower();
+
QString f_path;
if (p_char != "")