adds activePlayerList and runningPlayerList (XX) - bugfixes
This commit is contained in:
@@ -97,6 +97,18 @@ ClientBeRo::getLastPlayersTurnIt() const
|
||||
return lastPlayersTurnIt;
|
||||
}
|
||||
|
||||
unsigned
|
||||
ClientBeRo::getSmallBlindPositionId() const
|
||||
{
|
||||
return smallBlindPositionId;
|
||||
}
|
||||
|
||||
unsigned
|
||||
ClientBeRo::getBigBlindPositionId() const
|
||||
{
|
||||
return bigBlindPositionId;
|
||||
}
|
||||
|
||||
void
|
||||
ClientBeRo::setCurrentPlayersTurnId(unsigned theValue)
|
||||
{
|
||||
|
||||
@@ -36,6 +36,9 @@ public:
|
||||
void setPlayersTurn(int theValue);
|
||||
int getPlayersTurn() const;
|
||||
|
||||
unsigned getSmallBlindPositionId() const;
|
||||
unsigned getBigBlindPositionId() const;
|
||||
|
||||
void setCurrentPlayersTurnId(unsigned theValue);
|
||||
unsigned getCurrentPlayersTurnId() const;
|
||||
|
||||
@@ -85,6 +88,9 @@ private:
|
||||
PlayerListIterator currentPlayersTurnIt; // iterator for runningPlayerList
|
||||
PlayerListIterator lastPlayersTurnIt; // iterator for runningPlayerList
|
||||
|
||||
unsigned smallBlindPositionId;
|
||||
unsigned bigBlindPositionId;
|
||||
|
||||
unsigned currentPlayersTurnId;
|
||||
unsigned firstRoundLastPlayersTurnId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user