log side pot winners and player sits out
This commit is contained in:
@@ -50,6 +50,8 @@ public:
|
||||
|
||||
void distributePot();
|
||||
|
||||
std::list<int> getWinners() const;
|
||||
|
||||
private:
|
||||
mutable boost::recursive_mutex m_syncMutex;
|
||||
|
||||
@@ -60,6 +62,8 @@ private:
|
||||
|
||||
HandInterface *actualHand;
|
||||
|
||||
std::list<int> winners;
|
||||
|
||||
int myCards[5];
|
||||
int pot;
|
||||
int sets;
|
||||
|
||||
Reference in New Issue
Block a user