diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-07 23:27:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-07 23:27:44 +0300 |
commit | 08c3c35325813bf897686464dfffeaa0d339f3f7 (patch) | |
tree | cd15f20b8156fefc6eed37268eba0e7b67d2a7ba /src/input/inputactiondata.h | |
parent | 0611fa23db668aaabd6d79e6b1c074d8e863dd66 (diff) | |
download | plus-08c3c35325813bf897686464dfffeaa0d339f3f7.tar.gz plus-08c3c35325813bf897686464dfffeaa0d339f3f7.tar.bz2 plus-08c3c35325813bf897686464dfffeaa0d339f3f7.tar.xz plus-08c3c35325813bf897686464dfffeaa0d339f3f7.zip |
Add pet emote action and keys for each emote.
Diffstat (limited to 'src/input/inputactiondata.h')
-rw-r--r-- | src/input/inputactiondata.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/inputactiondata.h b/src/input/inputactiondata.h index 2f5ee2ed6..cbb924070 100644 --- a/src/input/inputactiondata.h +++ b/src/input/inputactiondata.h @@ -54,7 +54,8 @@ namespace Input GRP_GUI = 16, // gui key GRP_MOVETOPOINT = 32, // move to point key GRP_GUICHAN = 64, // for guichan based controls - GRP_REPEAT = 128 // repeat emulation keys + GRP_REPEAT = 128, // repeat emulation keys + GRP_PET_EMOTION = 256 // pet emotions key }; } // namespace Input |