diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-16 18:59:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-16 18:59:40 +0300 |
commit | dd287e360612b175dcb2e118ed20c47902d7e630 (patch) | |
tree | e98880fb39aa943f33e56e80f16a559aacc53fd1 /src/enums | |
parent | b753348ab7153282e6cf539c627dfd1fb9896c42 (diff) | |
download | plus-dd287e360612b175dcb2e118ed20c47902d7e630.tar.gz plus-dd287e360612b175dcb2e118ed20c47902d7e630.tar.bz2 plus-dd287e360612b175dcb2e118ed20c47902d7e630.tar.xz plus-dd287e360612b175dcb2e118ed20c47902d7e630.zip |
Add chat command slide.
New chat command: slide x, y
Diffstat (limited to 'src/enums')
-rw-r--r-- | src/enums/input/inputaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/enums/input/inputaction.h b/src/enums/input/inputaction.h index ccbed7386..628f70b82 100644 --- a/src/enums/input/inputaction.h +++ b/src/enums/input/inputaction.h @@ -604,6 +604,7 @@ enumStart(InputAction) SERVER_CONG_GET, CHANGE_TARGETING_TYPE, TEST_INFO, + SLIDE, TOTAL } enumEnd(InputAction); |