Cleaned up some networking code. Total sets are now calculated by the client.
This commit is contained in:
@@ -48,6 +48,9 @@ ClientBoard::setHand(HandInterface* br)
|
||||
void
|
||||
ClientBoard::collectSets()
|
||||
{
|
||||
sets = 0;
|
||||
int i;
|
||||
for(i=0; i<MAX_NUMBER_OF_PLAYERS; i++) sets += playerArray[i]->getMySet();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user