author | unc0rr |
Mon, 15 Apr 2013 23:26:48 +0400 | |
changeset 8913 | 19a6e59e4441 |
parent 8912 | 78ea1839aac9 |
child 8914 | 54eb3f358740 |
--- 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()]); }