Pot and total sets are now displayed correctly.

This commit is contained in:
lotodore
2007-06-07 15:09:51 +00:00
parent 05a86be4fe
commit 48c7a27145
6 changed files with 14 additions and 11 deletions
@@ -53,6 +53,8 @@ ClientBoard::collectSets()
void
ClientBoard::collectPot()
{
pot += sets;
sets = 0;
}