QTfrontend/game.cpp
changeset 14670 56831f466d1d
parent 14601 1d3f8cf48831
child 14677 93429d8f6b3f
equal deleted inserted replaced
14669:fd22b6d474e7 14670:56831f466d1d
   465         arguments << "--no-hogtag";
   465         arguments << "--no-hogtag";
   466     if (!config->Form->ui.pageOptions->CBHealthTag->isChecked())
   466     if (!config->Form->ui.pageOptions->CBHealthTag->isChecked())
   467         arguments << "--no-healthtag";
   467         arguments << "--no-healthtag";
   468     if (config->Form->ui.pageOptions->CBTagOpacity->isChecked())
   468     if (config->Form->ui.pageOptions->CBTagOpacity->isChecked())
   469         arguments << "--translucent-tags";
   469         arguments << "--translucent-tags";
       
   470     if (!config->isHolidaySillinessEnabled())
       
   471         arguments << "--no-holiday-silliness";
   470 
   472 
   471     return arguments;
   473     return arguments;
   472 }
   474 }
   473 
   475 
   474 void HWGame::PlayDemo(const QString & demofilename, bool isSave)
   476 void HWGame::PlayDemo(const QString & demofilename, bool isSave)