diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-02-13 17:51:32 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-02-13 17:51:32 +0200 |
commit | 4a62b4f1eed406d74a998a158d442ad4cc04e5b9 (patch) | |
tree | 9062c386fd079c391cac3cc59f2be5a2781d1247 /src/game.cpp | |
parent | e0d746af17c486b66cdf37b5911ede05b08e9331 (diff) | |
download | plus-4a62b4f1eed406d74a998a158d442ad4cc04e5b9.tar.gz plus-4a62b4f1eed406d74a998a158d442ad4cc04e5b9.tar.bz2 plus-4a62b4f1eed406d74a998a158d442ad4cc04e5b9.tar.xz plus-4a62b4f1eed406d74a998a158d442ad4cc04e5b9.zip |
Set weight notice message not modal and hide it after 10 seconds.
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index 5984c35c7..4b133d400 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -111,6 +111,7 @@ Joystick *joystick = NULL; OkDialog *weightNotice = NULL; +int weightNoticeTime = 0; OkDialog *deathNotice = NULL; QuitDialog *quitDialog = NULL; OkDialog *disconnectedDialog = NULL; |