new distributePot function

This commit is contained in:
doitux
2007-08-10 18:44:41 +00:00
parent cf656d4ac2
commit 4ba33e88fb
6 changed files with 82 additions and 75 deletions
@@ -64,8 +64,8 @@ void LocalBeRoPostRiver::run() {
// cout << "myAggressive: " << getMyHand()->getPlayerArray()[0]->getMyAggressive() << endl;
// Pot-Verteilung
// getMyHand()->getBoard()->distributePot();
distributePot();
getMyHand()->getBoard()->distributePot();
// distributePot();
//Pot auf 0 setzen
getMyHand()->getBoard()->setPot(0);