new distributePot function

This commit is contained in:
doitux
2007-08-10 00:15:51 +00:00
parent 3742f15db2
commit 3ec9c3d0bd
4 changed files with 148 additions and 6 deletions
@@ -64,8 +64,8 @@ void LocalBeRoPostRiver::run() {
// cout << "myAggressive: " << getMyHand()->getPlayerArray()[0]->getMyAggressive() << endl;
// Pot-Verteilung
// getMyHand()->getBoard()->distributePot();
distributePot();
getMyHand()->getBoard()->distributePot();
//Pot auf 0 setzen
getMyHand()->getBoard()->setPot(0);