More cppcheck fixes.

This commit is contained in:
lotodore
2011-02-09 15:01:07 +00:00
parent 4032bf48a2
commit 024258e41c
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -2310,7 +2310,7 @@ void gameTableImpl::postRiverRunAnimation3() {
for(it_c=activePlayerList->begin(); it_c!=activePlayerList->end(); ++it_c) {
if((*it_c)->getMyAction() != PLAYER_ACTION_FOLD && (*it_c)->getMyCardsValueInt() != currentHand->getCurrentBeRo()->getHighestCardsValue() ) {
for(it_int = winners.begin(); it_int != winners.end(); it_int++) {
for(it_int = winners.begin(); it_int != winners.end(); ++it_int) {
if((*it_int) == (*it_c)->getMyUniqueID()) {
int pot = (*it_c)->getLastMoneyWon();
(*it_c)->setMyWinnerState(false, pot);