QTfrontend/ui/page/pageeditteam.cpp
changeset 8913 19a6e59e4441
parent 8434 4821897a0f10
child 9080 9b42757d7e71
--- a/QTfrontend/ui/page/pageeditteam.cpp	Mon Apr 15 23:06:06 2013 +0400
+++ b/QTfrontend/ui/page/pageeditteam.cpp	Mon Apr 15 23:26:48 2013 +0400
@@ -320,7 +320,7 @@
                        );
 
     if (!list.isEmpty())
-        SDLInteraction::instance().playSoundFile("physfs://" + voiceDir + "/" +
+        SDLInteraction::instance().playSoundFile("/" + voiceDir + "/" +
                                     list[rand() % list.size()]);
 }