bugfix: inactive player with 0$ all in (II)

This commit is contained in:
floty
2007-09-01 16:44:30 +00:00
parent d18c44e2e9
commit 32ce035f21
-2
View File
@@ -24,8 +24,6 @@ LocalBeRo::LocalBeRo(HandInterface* hi, int id, int qP, int dP, int sB, GameStat
if (myHand->getPlayerArray()[i]->getMyButton() == 2) smallBlindPosition = i;
}
cout << smallBlindPosition << endl;
}