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
+2 -2
View File
@@ -28,8 +28,8 @@ public:
GameState getMyBeRoID() const { return myBeRoID; }
int getHighestCardsValue() const {return 0; }
void setHighestCardsValue(int theValue) {}
int getHighestCardsValue() const { std::cout << "getHighestCardsValue() in wrong BeRo" << std::endl; return 0; }
void setHighestCardsValue(int theValue) { }
void resetFirstRun() { firstRun = false; }