diff --git a/src/engine/local_engine/localboard.cpp b/src/engine/local_engine/localboard.cpp index f7e7b7ce..fafb38df 100755 --- a/src/engine/local_engine/localboard.cpp +++ b/src/engine/local_engine/localboard.cpp @@ -197,7 +197,8 @@ void LocalBoard::distributePot() it = seatsList->begin(); for(l=2; lgetMyUniqueID() == potLevel[l]) winnerHit = true; + if((*it)->getMyActiveStatus() && (*it)->getMyUniqueID() == potLevel[l]) + winnerHit = true; } }