Pot and total sets are now displayed correctly.
This commit is contained in:
@@ -53,6 +53,8 @@ ClientBoard::collectSets()
|
||||
void
|
||||
ClientBoard::collectPot()
|
||||
{
|
||||
pot += sets;
|
||||
sets = 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user