QTfrontend/ui/mouseoverfilter.cpp
branchphysfslayer
changeset 8049 133e22b5c410
parent 6930 d187ea93fc4f
child 8326 023a71940f26
--- a/QTfrontend/ui/mouseoverfilter.cpp	Sat Nov 17 22:07:17 2012 +0400
+++ b/QTfrontend/ui/mouseoverfilter.cpp	Sat Nov 17 22:45:30 2012 +0400
@@ -41,8 +41,7 @@
         QTabWidget * tab = dynamic_cast<QTabWidget*>(dist);
         if (HWForm::config->isFrontendSoundEnabled() && (button || textfield || checkbox || droplist || slider || tab))
         {
-            DataManager & dataMgr = DataManager::instance();
-            SDLInteraction::instance().playSoundFile(dataMgr.findFileForRead("Sounds/steps.ogg"));
+            SDLInteraction::instance().playSoundFile("/Sounds/steps.ogg");
         }
 
         return true;