summaryrefslogtreecommitdiff
path: root/src/inputmanager.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-28 13:20:56 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-29 00:18:56 +0300
commit72cc5d13430dff4e41c77482eebd9e5e421fe739 (patch)
tree60faa271d866cb464f2ed15892605001eb84253a /src/inputmanager.h
parente71b8c2bd9722aae29ed36b78806867964a3121d (diff)
downloadplus-72cc5d13430dff4e41c77482eebd9e5e421fe739.tar.gz
plus-72cc5d13430dff4e41c77482eebd9e5e421fe739.tar.bz2
plus-72cc5d13430dff4e41c77482eebd9e5e421fe739.tar.xz
plus-72cc5d13430dff4e41c77482eebd9e5e421fe739.zip
allow open help and did you know window before login into game.
Diffstat (limited to 'src/inputmanager.h')
-rw-r--r--src/inputmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inputmanager.h b/src/inputmanager.h
index d3c245379..3e2ab8e41 100644
--- a/src/inputmanager.h
+++ b/src/inputmanager.h
@@ -87,6 +87,7 @@ enum KeyCondition
COND_NOFOLLOW = 1024, // follow mode disabled
COND_INGAME = 2048, // game must be started
COND_SHORTCUT = 2 + 4 + 16 + 512 + 2048, // flags for shortcut keys
+ COND_SHORTCUT0 = 2 + 4 + 16 + 512, // flags for shortcut keys
COND_GAME = 2 + 4 + 8 + 16 + 64 + 2048, // main game key
COND_GAME2 = 2 + 8 + 16 + 64 + 2048
};