Fixed init gui in networking (is now thread safe). Fixed displaying of game/hand number for network games.

This commit is contained in:
lotodore
2007-06-03 13:36:24 +00:00
parent baad95427f
commit 1fcb0c80fd
13 changed files with 58 additions and 34 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ protected:
static void SetPlayersTurn(Game &curGame, int playersTurn);
};
// State: Final (TODO).
// State: Final (just for testing, should not be used).
class ClientStateFinal : public ClientState
{
public: