summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-03-02 19:31:34 +0300
committerAndrei Karas <akaras@inbox.ru>2014-03-02 19:31:34 +0300
commit63d82eada2fccdecf3c90452e93860a37656e7c4 (patch)
tree1b0fdd869d9066524057339212b7255e59c8485b /src/game.h
parentedc8de3400acbbae60930a9c1d4f946df5b2e68f (diff)
downloadplus-63d82eada2fccdecf3c90452e93860a37656e7c4.tar.gz
plus-63d82eada2fccdecf3c90452e93860a37656e7c4.tar.bz2
plus-63d82eada2fccdecf3c90452e93860a37656e7c4.tar.xz
plus-63d82eada2fccdecf3c90452e93860a37656e7c4.zip
auto save config if it was changed in game each 10 seconds.
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index 023796290..ad9285931 100644
--- a/src/game.h
+++ b/src/game.h
@@ -135,6 +135,7 @@ class Game final
int mLowerCounter;
int mPing;
int mTime;
+ int mTime2;
static Game *mInstance;
};