From 5b3cd3821e5b89adc5a6e63f59b9cb970b71c6c8 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Wed, 15 Feb 2017 16:50:08 +0100 Subject: [PATCH] lowercased sfx --- aosfxplayer.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 != "")