diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-23 19:44:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-23 19:44:33 +0300 |
commit | d6f58bee33ca548ea6fc125553aa8d4d2fdba91f (patch) | |
tree | f56a9c37da0ef39c470a3da6315a073c87b1c984 /src/input/inputaction.h | |
parent | 663b79fd68f9e7f578415f3d0f015a3d8ba998cb (diff) | |
download | plus-d6f58bee33ca548ea6fc125553aa8d4d2fdba91f.tar.gz plus-d6f58bee33ca548ea6fc125553aa8d4d2fdba91f.tar.bz2 plus-d6f58bee33ca548ea6fc125553aa8d4d2fdba91f.tar.xz plus-d6f58bee33ca548ea6fc125553aa8d4d2fdba91f.zip |
Move chat command /announce into actions.
Diffstat (limited to 'src/input/inputaction.h')
-rw-r--r-- | src/input/inputaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/inputaction.h b/src/input/inputaction.h index c9a35a66f..d67e60d2d 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -343,6 +343,7 @@ namespace InputAction TARGET_CLOSEST_MONSTER, CLOSE_ALL_CHAT_TABS, IGNORE_ALL_WHISPERS, + CHAT_ANNOUNCE, TOTAL }; } // namespace InputAction |