Added winner list for network client.

This commit is contained in:
lotodore
2007-10-29 19:57:46 +00:00
parent 97732c8b0d
commit ded7ca7daf
6 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ void LocalBoard::distributePot() {
int highestCardsValue;
size_t winnerCount;
size_t mod;
int winnerPointer;
// int winnerPointer;
bool winnerHit;
// level loop
+2 -1
View File
@@ -52,7 +52,8 @@ public:
void distributePot();
std::list<int> getWinners() const { return winners; }
void setWinners(const std::list<int> &w) { winners = w; }
private:
PlayerList seatsList;