bugfix für issue #3 (money disappears in rare case)
This commit is contained in:
@@ -197,7 +197,8 @@ void LocalBoard::distributePot()
|
|||||||
it = seatsList->begin();
|
it = seatsList->begin();
|
||||||
|
|
||||||
for(l=2; l<potLevel.size(); l++) {
|
for(l=2; l<potLevel.size(); l++) {
|
||||||
if((*it)->getMyUniqueID() == potLevel[l]) winnerHit = true;
|
if((*it)->getMyActiveStatus() && (*it)->getMyUniqueID() == potLevel[l])
|
||||||
|
winnerHit = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user