game inactivity timeout

This commit is contained in:
Max-Wilhelm Bruker 2010-01-31 17:29:59 +01:00
parent a9f590e905
commit 5efb92e2d6
7 changed files with 30 additions and 3 deletions

View file

@ -40,6 +40,7 @@ private:
int maxPlayers;
int activePlayer, activePhase;
bool spectatorsAllowed;
int inactivityCounter;
QTimer *pingClock;
signals:
void gameClosing();