This commit is contained in:
doitux
2007-01-15 09:07:34 +00:00
parent d34c9b04a6
commit 82822c4814
4 changed files with 9 additions and 7 deletions
+2 -1
View File
@@ -85,7 +85,7 @@ public:
public slots:
void setGameSpeed(const int theValue) { gameSpeed = theValue*10; setSpeeds(); } // Achtung Faktor 10!!!
void setGameSpeed(const int theValue) { guiGameSpeed = theValue; setSpeeds(); } // Achtung Faktor 10!!!
void callNewGameDialog() ;
void callAboutPokerthDialog();
@@ -179,6 +179,7 @@ private:
int distributePotAnimCounter;
//Speed
int guiGameSpeed;
int gameSpeed;
int dealCardsSpeed;
int postRiverRunAnimationSpeed;