--- a/QTfrontend/ui/mouseoverfilter.cpp Mon Dec 24 17:07:12 2012 +0100
+++ b/QTfrontend/ui/mouseoverfilter.cpp Mon Dec 24 12:52:14 2012 -0500
@@ -39,7 +39,7 @@
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 (button || textfield || checkbox || droplist || slider || tab)
{
SDLInteraction::instance().playSoundFile("/Sounds/steps.ogg");
}