QTfrontend/statsPage.cpp
changeset 4217 721bfa5f4f31
parent 4192 67e1a683e9b3
child 4560 5d6c7f88db73
equal deleted inserted replaced
4215:36632d5b8492 4217:721bfa5f4f31
   193 
   193 
   194             int kills = playerinfo.left(i).toInt();
   194             int kills = playerinfo.left(i).toInt();
   195             QString playername = playerinfo.mid(i + 1);
   195             QString playername = playerinfo.mid(i + 1);
   196             QString image;
   196             QString image;
   197 
   197 
   198             if (lastColor == c && playerPosition <= 2) playerPosition = 1;
   198             if (lastColor == c) playerPosition--;
   199             lastColor = c;
   199             lastColor = c;
   200 
   200 
   201             switch (playerPosition)
   201             switch (playerPosition)
   202             {
   202             {
   203                 case 1:
   203                 case 1: