This commit is contained in:
floty
2007-10-19 09:40:21 +00:00
parent 42906d1606
commit 1974abeee8
+1 -1
View File
@@ -3337,7 +3337,7 @@ void mainWindowImpl::postRiverRunAnimation6() {
// }
PlayerListConstIterator it_c;
for (it_c=currentHand->getSeatsList()->begin(); it_c!=currentHand->getSeatsList()->end(); it_c++) {
for (it_c=currentHand->getActivePlayerList()->begin(); it_c!=currentHand->getActivePlayerList()->end(); it_c++) {
// cout << "player 0 cash: " << currentHand->getPlayerArray()[0]->getMyCash()
if ((*it_c)->getMyCash() > 0) playersPositiveCashCounter++;