equal
deleted
inserted
replaced
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"); |