diff options
Diffstat (limited to 'src/gui/setup.cpp')
-rw-r--r-- | src/gui/setup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup.cpp b/src/gui/setup.cpp index 9f304b61..6d4dade4 100644 --- a/src/gui/setup.cpp +++ b/src/gui/setup.cpp @@ -230,7 +230,7 @@ void Setup::action(const std::string &eventId) if (soundCheckBox->isMarked()) { config.setValue("sound", 1); try { - sound.init(32, 20); + sound.init(); } catch (const char *err) { new OkDialog(this, "Sound Engine", err); |