QTfrontend/game.cpp
changeset 2747 7889a3a9724f
parent 2584 cc049fbb65ef
child 2786 85f6425a4d74
equal deleted inserted replaced
2746:55593f8a490b 2747:7889a3a9724f
   288 #ifdef _WIN32
   288 #ifdef _WIN32
   289 	arguments << (config->isSoundHardware() ? "1" : "0");
   289 	arguments << (config->isSoundHardware() ? "1" : "0");
   290 #else
   290 #else
   291 	arguments << "0";
   291 	arguments << "0";
   292 #endif
   292 #endif
       
   293 	arguments << (config->isWeaponTooltip() ? "1" : "0");
   293 	arguments << tr("en.txt");
   294 	arguments << tr("en.txt");
   294 	arguments << QString::number(config->volume()); // sound volume
   295 	arguments << QString::number(config->volume()); // sound volume
   295 	arguments << QString::number(config->timerInterval());
   296 	arguments << QString::number(config->timerInterval());
   296 	arguments << datadir->absolutePath();
   297 	arguments << datadir->absolutePath();
   297 	arguments << (config->isShowFPSEnabled() ? "1" : "0");
   298 	arguments << (config->isShowFPSEnabled() ? "1" : "0");