diff -r 55593f8a490b -r 7889a3a9724f QTfrontend/game.cpp --- a/QTfrontend/game.cpp Thu Feb 04 18:46:49 2010 +0000 +++ b/QTfrontend/game.cpp Thu Feb 04 20:45:03 2010 +0000 @@ -290,6 +290,7 @@ #else arguments << "0"; #endif + arguments << (config->isWeaponTooltip() ? "1" : "0"); arguments << tr("en.txt"); arguments << QString::number(config->volume()); // sound volume arguments << QString::number(config->timerInterval());