diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-18 21:30:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-18 21:30:25 +0300 |
commit | b959dd2e30e1f36c7281013b792861b0ad02647c (patch) | |
tree | eef081e07931a94c404c8d17e466e17d72b72446 /src/client.cpp | |
parent | b5fead8f53a555b62c9de2dc23b0f2ce9a136e8e (diff) | |
download | ManaVerse-b959dd2e30e1f36c7281013b792861b0ad02647c.tar.gz ManaVerse-b959dd2e30e1f36c7281013b792861b0ad02647c.tar.bz2 ManaVerse-b959dd2e30e1f36c7281013b792861b0ad02647c.tar.xz ManaVerse-b959dd2e30e1f36c7281013b792861b0ad02647c.zip |
Add function for test SDL audio features. Now disabled.
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 3 |
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")); |