QTfrontend/game.cpp
changeset 5213 a86768368309
parent 5201 7b9aa7aac336
child 5289 9d18b61bd3eb
equal deleted inserted replaced
5212:eaffb02f0053 5213:a86768368309
   285         readbuffer.remove(0, msglen + 1);
   285         readbuffer.remove(0, msglen + 1);
   286         ParseMessage(msg);
   286         ParseMessage(msg);
   287     }
   287     }
   288 }
   288 }
   289 
   289 
   290 QStringList HWGame::setArguments()
   290 QStringList HWGame::getArguments()
   291 {
   291 {
   292     QStringList arguments;
   292     QStringList arguments;
   293     QRect resolution = config->vid_Resolution();
   293     QRect resolution = config->vid_Resolution();
   294     arguments << cfgdir->absolutePath();
   294     arguments << cfgdir->absolutePath();
   295     arguments << QString::number(resolution.width());
   295     arguments << QString::number(resolution.width());