--- a/QTfrontend/ui/mouseoverfilter.cpp Sun Dec 02 00:03:16 2012 +0100
+++ b/QTfrontend/ui/mouseoverfilter.cpp Tue Dec 25 04:45:22 2012 +0100
@@ -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");
}