diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-21 17:52:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-21 18:03:13 +0300 |
commit | 94e909f4ae557eea6f2cc7737d14c46968920b18 (patch) | |
tree | 76639ed4f19a3c42cdd593f33532b1f7e9ac61fd /src/input/inputaction.h | |
parent | d26b49843ee33ca927cc46edc8cc0bdfe97a903a (diff) | |
download | plus-94e909f4ae557eea6f2cc7737d14c46968920b18.tar.gz plus-94e909f4ae557eea6f2cc7737d14c46968920b18.tar.bz2 plus-94e909f4ae557eea6f2cc7737d14c46968920b18.tar.xz plus-94e909f4ae557eea6f2cc7737d14c46968920b18.zip |
Add action for targetting mercenaries.
New chat command: targetmercenary
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 fa9ff9745..6ca667f76 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -481,6 +481,7 @@ namespace InputAction IGNORE_WHISPER, UNIGNORE_WHISPER, MERCENARY_FIRE, + TARGET_MERCENARY, TOTAL }; } // namespace InputAction |