diff options
Diffstat (limited to 'aosfxplayer.cpp')
| -rw-r--r-- | aosfxplayer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/aosfxplayer.cpp b/aosfxplayer.cpp index a2d89b0..3c52b24 100644 --- a/aosfxplayer.cpp +++ b/aosfxplayer.cpp @@ -21,8 +21,6 @@ void AOSfxPlayer::play(QString p_sfx, int p_volume, QString p_char) else f_path = ao_app->get_sounds_path() + p_sfx; - qDebug() << "sfx path: " << f_path; - m_stream = BASS_StreamCreateFile(FALSE, f_path.toStdString().c_str(), 0, 0, BASS_STREAM_AUTOFREE); set_volume(p_volume); |
