summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 7a550d80a..387eaea63 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -523,7 +523,10 @@ void Client::initSoundManager()
try
{
if (config.getBoolValue("sound"))
+ {
+ //soundManager.testAudio();
soundManager.init();
+ }
soundManager.setSfxVolume(config.getIntValue("sfxVolume"));
soundManager.setMusicVolume(config.getIntValue("musicVolume"));