QTfrontend/ui/mouseoverfilter.cpp
branchwebgl
changeset 8330 aaefa587e277
parent 8326 023a71940f26
child 8729 b19be476a2fa
--- 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");
         }