QTfrontend/game.cpp
changeset 1128 9b3f42bf4eef
parent 1066 1f1b3686a2b0
child 1129 b74ffca22762
equal deleted inserted replaced
1127:7e1b94a0fc1f 1128:9b3f42bf4eef
   265 	arguments << QString::number(config->timerInterval());
   265 	arguments << QString::number(config->timerInterval());
   266 	arguments << datadir->absolutePath();
   266 	arguments << datadir->absolutePath();
   267 	arguments << (config->isShowFPSEnabled() ? "1" : "0");
   267 	arguments << (config->isShowFPSEnabled() ? "1" : "0");
   268 	arguments << (config->isAltDamageEnabled() ? "1" : "0");
   268 	arguments << (config->isAltDamageEnabled() ? "1" : "0");
   269 	arguments << config->netNick().toUtf8().toBase64();
   269 	arguments << config->netNick().toUtf8().toBase64();
       
   270 	arguments << "1";
   270 	return arguments;
   271 	return arguments;
   271 }
   272 }
   272 
   273 
   273 void HWGame::AddTeam(const QString & teamname)
   274 void HWGame::AddTeam(const QString & teamname)
   274 {
   275 {