QTfrontend/game.cpp
branchui-scaling
changeset 13389 24b531dcebe7
parent 13313 93780a3b846a
child 15283 c4fd2813b127
equal deleted inserted replaced
13388:32a1696ca93a 13389:24b531dcebe7
   425         arguments << "--no-hogtag";
   425         arguments << "--no-hogtag";
   426     if (!config->Form->ui.pageOptions->CBHealthTag->isChecked())
   426     if (!config->Form->ui.pageOptions->CBHealthTag->isChecked())
   427         arguments << "--no-healthtag";
   427         arguments << "--no-healthtag";
   428     if (config->Form->ui.pageOptions->CBTagOpacity->isChecked())
   428     if (config->Form->ui.pageOptions->CBTagOpacity->isChecked())
   429         arguments << "--translucent-tags";
   429         arguments << "--translucent-tags";
       
   430     arguments << "--chat-size";
       
   431     arguments << QString::number(config->chatSize());
   430 
   432 
   431     return arguments;
   433     return arguments;
   432 }
   434 }
   433 
   435 
   434 void HWGame::PlayDemo(const QString & demofilename, bool isSave)
   436 void HWGame::PlayDemo(const QString & demofilename, bool isSave)