log side pot in network & handRanking-redraw

This commit is contained in:
floty
2007-11-11 23:47:38 +00:00
parent f1f45c9b0b
commit 9dd683fb59
7 changed files with 17 additions and 19 deletions
+3 -3
View File
@@ -51,8 +51,8 @@ public:
void distributePot();
std::list<int> getWinners() const { return winners; }
void setWinners(const std::list<int> &w) { winners = w; }
std::list<unsigned> getWinners() const { return winners; }
void setWinners(const std::list<unsigned> &w) { winners = w; }
private:
@@ -62,7 +62,7 @@ private:
HandInterface *currentHand;
std::list<int> winners;
std::list<unsigned> winners;
int myCards[5];
int pot;