refactoring Bugfix
This commit is contained in:
@@ -57,6 +57,9 @@ protected:
|
||||
|
||||
void setSmallBlind(int theValue) { smallBlind = theValue; }
|
||||
int getSmallBlind() const { return smallBlind; }
|
||||
|
||||
void setLastActionPlayer ( int theValue ) { lastActionPlayer = theValue; }
|
||||
int getLastActionPlayer() const { return lastActionPlayer; }
|
||||
|
||||
|
||||
private:
|
||||
@@ -79,6 +82,8 @@ private:
|
||||
|
||||
bool logBoardCardsDone;
|
||||
|
||||
int lastActionPlayer;
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user