# HG changeset patch # User unc0rr # Date 1366054008 -14400 # Node ID 19a6e59e4441646079c5a5cd7eeffd0942f8ab6a # Parent 78ea1839aac92a434670184e434756828e338842 Fix issue 603 diff -r 78ea1839aac9 -r 19a6e59e4441 QTfrontend/ui/page/pageeditteam.cpp --- 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()]); }