equal
deleted
inserted
replaced
214 arguments << tr("en.txt"); |
214 arguments << tr("en.txt"); |
215 arguments << "128"; // sound volume |
215 arguments << "128"; // sound volume |
216 arguments << QString::number(config->timerInterval()); |
216 arguments << QString::number(config->timerInterval()); |
217 arguments << datadir->absolutePath(); |
217 arguments << datadir->absolutePath(); |
218 arguments << (config->isShowFPSEnabled() ? "1" : "0"); |
218 arguments << (config->isShowFPSEnabled() ? "1" : "0"); |
|
219 arguments << (config->isAltDamageEnabled() ? "1" : "0"); |
219 return arguments; |
220 return arguments; |
220 } |
221 } |
221 |
222 |
222 void HWGame::AddTeam(const QString & teamname) |
223 void HWGame::AddTeam(const QString & teamname) |
223 { |
224 { |