Merge remote-tracking branch 'origin/master'

This commit is contained in:
doitux
2012-12-20 18:31:25 +01:00
+2 -1
View File
@@ -197,7 +197,8 @@ void LocalBoard::distributePot()
it = seatsList->begin();
for(l=2; l<potLevel.size(); l++) {
if((*it)->getMyUniqueID() == potLevel[l]) winnerHit = true;
if((*it)->getMyActiveStatus() && (*it)->getMyUniqueID() == potLevel[l])
winnerHit = true;
}
}