# HG changeset patch
# User unc0rr
# Date 1200330777 0
# Node ID c8219a8a64fb49a9d26e4d7cd97b833713369c7f
# Parent  9b096d05004eb0146fcd6595343318a590d04915
There is weapon scheme combo also on pageSimpleGame

diff -r 9b096d05004e -r c8219a8a64fb 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);