diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-24 20:40:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-24 20:40:00 +0300 |
commit | 4b5a38945c47d492fe8e4581b2d92956a689612e (patch) | |
tree | c55f181245e4c675fe2d8c78478bc2dce54d844e /src/input/inputaction.h | |
parent | 1ceb3b90a9a00cae73cecb2b81ca3b6bd043f816 (diff) | |
download | plus-4b5a38945c47d492fe8e4581b2d92956a689612e.tar.gz plus-4b5a38945c47d492fe8e4581b2d92956a689612e.tar.bz2 plus-4b5a38945c47d492fe8e4581b2d92956a689612e.tar.xz plus-4b5a38945c47d492fe8e4581b2d92956a689612e.zip |
Move chat command /neutral 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 eb6e8c881..74ac06c13 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -354,6 +354,7 @@ namespace InputAction UNIGNORE, FRIEND, DISREGARD, + NEUTRAL, TOTAL }; } // namespace InputAction |