QTfrontend/ui/mouseoverfilter.cpp
changeset 6616 f77bb02b669f
parent 6584 5bb48450b978
child 6930 d187ea93fc4f
--- a/QTfrontend/ui/mouseoverfilter.cpp	Mon Jan 30 23:20:28 2012 +0100
+++ b/QTfrontend/ui/mouseoverfilter.cpp	Mon Jan 30 17:32:18 2012 -0500
@@ -39,7 +39,8 @@
         QComboBox * droplist = dynamic_cast<QComboBox*>(dist);
         QSlider * slider = dynamic_cast<QSlider*>(dist);
         QTabWidget * tab = dynamic_cast<QTabWidget*>(dist);
-        if (HWForm::config->isFrontendSoundEnabled() && (button || textfield || checkbox || droplist || slider || tab)) {
+        if (HWForm::config->isFrontendSoundEnabled() && (button || textfield || checkbox || droplist || slider || tab))
+        {
             HWDataManager & dataMgr = HWDataManager::instance();
             SDLInteraction::instance().playSoundFile(dataMgr.findFileForRead("Sounds/steps.ogg"));
         }