diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-24 21:38:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-24 21:38:45 +0300 |
commit | 4805bee18392b56f39be68b0d6a0384cbda0f846 (patch) | |
tree | 7ccbc3892df6665667361da56e3d3abbdd1bcc7a /src/input/inputaction.h | |
parent | 9522e88dbdb425211f68e94518dcfb63dc74f306 (diff) | |
download | plus-4805bee18392b56f39be68b0d6a0384cbda0f846.tar.gz plus-4805bee18392b56f39be68b0d6a0384cbda0f846.tar.bz2 plus-4805bee18392b56f39be68b0d6a0384cbda0f846.tar.xz plus-4805bee18392b56f39be68b0d6a0384cbda0f846.zip |
Move chat command /enemy 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 69027cda0..258c3c3e7 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -356,6 +356,7 @@ namespace InputAction DISREGARD, NEUTRAL, BLACKLIST, + ENEMY, TOTAL }; } // namespace InputAction |