equal
deleted
inserted
replaced
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 { |