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 -2
View File
@@ -49,6 +49,7 @@ public:
virtual void refreshAll() const=0;
virtual void refreshPlayerName() const=0;
virtual void refreshButton() const =0;
virtual void refreshGameLabels() const=0;
// // Karten-Funktionen
virtual void dealHoleCards()=0;
@@ -56,8 +57,6 @@ public:
virtual void dealTurnCard()=0;
virtual void dealRiverCard()=0;
virtual void refreshGameLabels(int) const=0;
virtual void nextPlayerAnimation()=0;
virtual void preflopAnimation1()=0;