branch | physfslayer |
changeset 7928 | 88fde28bbda6 |
parent 7842 | d1c0e4341165 |
child 8384 | a6e7a95f3b2e |
--- a/QTfrontend/ui/page/pagegamestats.cpp Sun Oct 21 01:28:33 2012 +0400 +++ b/QTfrontend/ui/page/pagegamestats.cpp Sat Nov 03 00:34:35 2012 +0400 @@ -140,7 +140,7 @@ while (i != healthPoints.constEnd()) { quint32 c = i.key(); - QColor clanColor = QColor(qRgb((c >> 16) & 255, (c >> 8) & 255, c & 255)); + //QColor clanColor = QColor(qRgb((c >> 16) & 255, (c >> 8) & 255, c & 255)); QVector<quint32> hps = i.value(); QPainterPath path;