delete some bug for determining the list of player who have to show their cards. additionally the lastActionPlayer is now determined correctly (especially in every betting roud)
This commit is contained in:
@@ -97,9 +97,6 @@ protected:
|
||||
|
||||
void setSmallBlind(int theValue) { smallBlind = theValue; }
|
||||
int getSmallBlind() const { return smallBlind; }
|
||||
|
||||
void setLastActionPlayer ( unsigned theValue ) { lastActionPlayer = theValue; }
|
||||
unsigned getLastActionPlayer() const { return lastActionPlayer; }
|
||||
|
||||
|
||||
|
||||
@@ -137,8 +134,6 @@ private:
|
||||
|
||||
bool logBoardCardsDone;
|
||||
|
||||
int lastActionPlayer;
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user