QTfrontend/game.cpp
changeset 949 866729775535
parent 883 07a568ba44e0
child 1066 1f1b3686a2b0
equal deleted inserted replaced
948:5d49a92c240a 949:866729775535
   264 	arguments << "128"; // sound volume
   264 	arguments << "128"; // sound volume
   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 	return arguments;
   270 	return arguments;
   270 }
   271 }
   271 
   272 
   272 void HWGame::AddTeam(const QString & teamname)
   273 void HWGame::AddTeam(const QString & teamname)
   273 {
   274 {