QTfrontend/game.cpp
changeset 529 812682c1ab62
parent 512 efc640bb60d0
child 533 eebb7684ac22
equal deleted inserted replaced
528:54fd6924de4e 529:812682c1ab62
   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 {