From 1974abeee8953fbb841ce8a3f220be91598cd456 Mon Sep 17 00:00:00 2001 From: floty Date: Fri, 19 Oct 2007 09:40:21 +0000 Subject: [PATCH] bugfix --- src/gui/qt/mainwindow/mainwindowimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qt/mainwindow/mainwindowimpl.cpp b/src/gui/qt/mainwindow/mainwindowimpl.cpp index 6aff78b0..6a2cc423 100755 --- a/src/gui/qt/mainwindow/mainwindowimpl.cpp +++ b/src/gui/qt/mainwindow/mainwindowimpl.cpp @@ -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++;