localberopostriver bugfix
This commit is contained in:
@@ -25,7 +25,7 @@ public:
|
||||
|
||||
int getMyBeRoID() const { return myBeRoID; }
|
||||
|
||||
int getHighestCardsValue() {}
|
||||
int getHighestCardsValue() const {}
|
||||
void setHighestCardsValue(int theValue) {}
|
||||
|
||||
//only until bero refactory is over
|
||||
|
||||
@@ -29,7 +29,7 @@ LocalBeRoPostRiver::LocalBeRoPostRiver(HandInterface* bR, int id, int qP, int dP
|
||||
|
||||
{
|
||||
|
||||
myBeRoID = GAME_STATE_RIVER;
|
||||
myBeRoID = GAME_STATE_POST_RIVER;
|
||||
|
||||
int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user