diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-25 12:46:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-25 12:46:16 +0300 |
commit | e5ac29f35d9a0ede9d1263ab1bb7c20568dbdd67 (patch) | |
tree | 56240086db88e4e72fb29dabffea23aaf3034eb6 /src/input/inputaction.h | |
parent | d1a7fe4f55b967d7d844c0587f976d7d393b99e0 (diff) | |
download | plus-e5ac29f35d9a0ede9d1263ab1bb7c20568dbdd67.tar.gz plus-e5ac29f35d9a0ede9d1263ab1bb7c20568dbdd67.tar.bz2 plus-e5ac29f35d9a0ede9d1263ab1bb7c20568dbdd67.tar.xz plus-e5ac29f35d9a0ede9d1263ab1bb7c20568dbdd67.zip |
Move chat command /cleangraphics 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 3fc39aaf3..73e3bb2c7 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -358,6 +358,7 @@ namespace InputAction BLACKLIST, ENEMY, ERASE, + CLEAN_GRAPHICS, TOTAL }; } // namespace InputAction |