QTfrontend/game.cpp
changeset 15665 63e2b7b2ec47
parent 15663 d92eeb468dad
child 15845 ad43384fbbe9
equal deleted inserted replaced
15662:41121e2f5c03 15665:63e2b7b2ec47
   655         arguments << "--no-healthtag";
   655         arguments << "--no-healthtag";
   656     if (config->Form->ui.pageOptions->CBTagOpacity->isChecked())
   656     if (config->Form->ui.pageOptions->CBTagOpacity->isChecked())
   657         arguments << "--translucent-tags";
   657         arguments << "--translucent-tags";
   658     if (!config->isHolidaySillinessEnabled())
   658     if (!config->isHolidaySillinessEnabled())
   659         arguments << "--no-holiday-silliness";
   659         arguments << "--no-holiday-silliness";
       
   660     arguments << "--chat-size";
       
   661     arguments << QString::number(config->chatSize());
   660 
   662 
   661     return arguments;
   663     return arguments;
   662 }
   664 }
   663 
   665 
   664 void HWGame::PlayDemo(const QString & demofilename, bool isSave)
   666 void HWGame::PlayDemo(const QString & demofilename, bool isSave)