branch | hedgeroid |
changeset 5548 | 73f2fec65257 |
parent 5543 | 5e597b725316 |
--- a/QTfrontend/selectWeapon.cpp Thu Aug 11 15:01:05 2011 +0200 +++ b/QTfrontend/selectWeapon.cpp Thu Aug 11 15:03:21 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);