# HG changeset patch
# User displacer
# Date 1196973116 0
# Node ID f7df3889f2ff36a3e7f4cb38ae704f1d806a1612
# Parent  38338573e09a064c0ec6fafcde7091f9003df274
back to black colored weapons

diff -r 38338573e09a -r f7df3889f2ff QTfrontend/selectWeapon.cpp
--- a/QTfrontend/selectWeapon.cpp	Thu Dec 06 20:25:32 2007 +0000
+++ b/QTfrontend/selectWeapon.cpp	Thu Dec 06 20:31:56 2007 +0000
@@ -37,9 +37,7 @@
   QHBoxLayout* hbLayout = new QHBoxLayout(this);
   
   QLabel* lbl = new QLabel();
-  QPixmap px(QPixmap::fromImage(getAmmoImage(num)));
-  px.setMask(px.createMaskFromColor(QColor(0,0,0)));
-  lbl->setPixmap(px);
+  lbl->setPixmap(QPixmap::fromImage(getAmmoImage(num)));
   
   hbLayout->addWidget(lbl);
   WeaponItem* item=new WeaponItem(QImage(":/res/M2Round2.jpg"), this);