--- 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"));
}