equal
deleted
inserted
replaced
146 void PageGameStats::clear() |
146 void PageGameStats::clear() |
147 { |
147 { |
148 labelGameStats->setText(""); |
148 labelGameStats->setText(""); |
149 healthPoints.clear(); |
149 healthPoints.clear(); |
150 labelGameRank->setText(""); |
150 labelGameRank->setText(""); |
|
151 labelGameWin->setText(""); |
151 playerPosition = 0; |
152 playerPosition = 0; |
152 lastColor = 0; |
153 lastColor = 0; |
153 } |
154 } |
154 |
155 |
155 void PageGameStats::restartBtnVisible(bool visible) |
156 void PageGameStats::restartBtnVisible(bool visible) |