QTfrontend/game.cpp
changeset 267 bf7c1503f569
parent 253 e7b3687fcb2c
child 271 f2f9a3d5b441
equal deleted inserted replaced
266:53f46353d029 267:bf7c1503f569
   192 	arguments << "46631";
   192 	arguments << "46631";
   193 	arguments << (config->vid_Fullscreen() ? "1" : "0");
   193 	arguments << (config->vid_Fullscreen() ? "1" : "0");
   194 	arguments << (config->isSoundEnabled() ? "1" : "0");
   194 	arguments << (config->isSoundEnabled() ? "1" : "0");
   195 	arguments << tr("en.txt");
   195 	arguments << tr("en.txt");
   196 	arguments << "128";
   196 	arguments << "128";
       
   197 	arguments << datadir->absolutePath();
   197 	return arguments;
   198 	return arguments;
   198 }
   199 }
   199 
   200 
   200 void HWGame::AddTeam(const QString & teamname, HWTeamTempParams teamParams)
   201 void HWGame::AddTeam(const QString & teamname, HWTeamTempParams teamParams)
   201 {
   202 {