There is weapon scheme combo also on pageSimpleGame
authorunc0rr
Mon, 14 Jan 2008 17:12:57 +0000
changeset 705 c8219a8a64fb
parent 704 9b096d05004e
child 706 9e973b057a52
There is weapon scheme combo also on pageSimpleGame
QTfrontend/hwform.cpp
--- a/QTfrontend/hwform.cpp	Mon Jan 14 17:00:54 2008 +0000
+++ b/QTfrontend/hwform.cpp	Mon Jan 14 17:12:57 2008 +0000
@@ -128,6 +128,7 @@
   // FIXME: rewrite this with boost (or TR1/0x)
   QVector<QComboBox*> combos;
   combos.push_back(ui.pageOptions->WeaponsName);
+  combos.push_back(ui.pageSimpleGame->gameCFG->WeaponsName);
   combos.push_back(ui.pageMultiplayer->gameCFG->WeaponsName);
   combos.push_back(ui.pageNetGame->pGameCFG->WeaponsName);