QTfrontend/selectWeapon.cpp
changeset 5543 5e597b725316
parent 5112 4e2ebd8ac298
--- a/QTfrontend/selectWeapon.cpp	Wed Aug 10 17:22:17 2011 -0400
+++ b/QTfrontend/selectWeapon.cpp	Thu Aug 11 00:18:10 2011 +0200
@@ -129,6 +129,7 @@
     int i = 0, k = 0;
     for(; i < m_numItems; ++i) {
         if (i == 6) continue;
+        if (i == 52) continue; // Disable structures for now
         if (k % 4 == 0) ++j;
         SelWeaponItem * swi = new SelWeaponItem(true, i, currentState[i].digitValue(), QImage(":/res/ammopic.png"), QImage(":/res/ammopicgrey.png"), this);
         weaponItems[i].append(swi);