implement frame for list of player who need to show their cards at the end of the hand
This commit is contained in:
@@ -96,9 +96,9 @@ private:
|
||||
GuiInterface *myGui;
|
||||
BoardInterface *myBoard;
|
||||
|
||||
PlayerList seatsList;
|
||||
PlayerList activePlayerList;
|
||||
PlayerList runningPlayerList;
|
||||
PlayerList seatsList; // all player
|
||||
PlayerList activePlayerList; // all player who are not folded and not out
|
||||
PlayerList runningPlayerList; // all player who are not folded, not all in and not out
|
||||
|
||||
std::vector<boost::shared_ptr<BeRoInterface> > myBeRo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user