log side pot winners and player sits out

This commit is contained in:
floty
2007-10-17 14:46:20 +00:00
parent e37321148b
commit a372f614e5
15 changed files with 108 additions and 27 deletions
+4
View File
@@ -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;