QTfrontend/ui/page/pageeditteam.cpp
changeset 8913 19a6e59e4441
parent 8434 4821897a0f10
child 9080 9b42757d7e71
equal deleted inserted replaced
8912:78ea1839aac9 8913:19a6e59e4441
   318                            "Coward.ogg" <<
   318                            "Coward.ogg" <<
   319                            "Firstblood.ogg"
   319                            "Firstblood.ogg"
   320                        );
   320                        );
   321 
   321 
   322     if (!list.isEmpty())
   322     if (!list.isEmpty())
   323         SDLInteraction::instance().playSoundFile("physfs://" + voiceDir + "/" +
   323         SDLInteraction::instance().playSoundFile("/" + voiceDir + "/" +
   324                                     list[rand() % list.size()]);
   324                                     list[rand() % list.size()]);
   325 }
   325 }
   326 
   326 
   327 void PageEditTeam::createTeam(const QString & name, const QString & playerHash)
   327 void PageEditTeam::createTeam(const QString & name, const QString & playerHash)
   328 {
   328 {