diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client.cpp b/src/client.cpp index 2a50d41f0..3007f6127 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -523,10 +523,7 @@ void Client::initSoundManager() try { if (config.getBoolValue("sound")) - { - //soundManager.testAudio(); soundManager.init(); - } soundManager.setSfxVolume(config.getIntValue("sfxVolume")); soundManager.setMusicVolume(config.getIntValue("musicVolume")); |