All sounds are now only played if sound output is on (even the ping in network game). Audio is only initialized if it is enabled. Fixed double sounds in network games. Simplified fading out cards on fold.

This commit is contained in:
lotodore
2007-06-16 09:48:23 +00:00
parent af9f799b51
commit 5c63a12104
9 changed files with 26 additions and 52 deletions
-4
View File
@@ -129,8 +129,6 @@ signals:
void signalNetServerPlayerJoined(QString playerName);
void signalNetServerPlayerLeft(QString playerName);
void signalFadeOutHumanPlayerCards();
public slots:
void initGui(int speed);
@@ -270,8 +268,6 @@ public slots:
void localGameModification();
void networkGameModification();
void fadeOutHumanPlayerCards();
void quitPokerTH();