bugfix for too much logging

This commit is contained in:
doitux
2010-07-23 17:44:56 +00:00
parent 29dc5c939c
commit d6c8d39afe
+1 -1
View File
@@ -2332,10 +2332,10 @@ void gameTableImpl::postRiverShowCards(unsigned playerId)
holeCardsArray[(*it_c)->getMyID()][j]->setPixmap(tempCardsPixmapArray[j], FALSE); holeCardsArray[(*it_c)->getMyID()][j]->setPixmap(tempCardsPixmapArray[j], FALSE);
} }
} }
}
//set Player value (logging) //set Player value (logging)
(*it_c)->setMyCardsFlip(1,1); (*it_c)->setMyCardsFlip(1,1);
} }
}
} }
void gameTableImpl::flipHolecardsAllIn() { void gameTableImpl::flipHolecardsAllIn() {