equal
deleted
inserted
replaced
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: |