diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-27 15:14:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-27 15:14:59 +0300 |
commit | fbf45af162f9a2eecd3c27c8729bd9c811dbe793 (patch) | |
tree | 9c67b9bbed3f9f34c84d900f3bc7115c2ed1e05b /src/input/inputaction.h | |
parent | 45949cf0fbade4f211520926c5e839c68cd01fbb (diff) | |
download | plus-fbf45af162f9a2eecd3c27c8729bd9c811dbe793.tar.gz plus-fbf45af162f9a2eecd3c27c8729bd9c811dbe793.tar.bz2 plus-fbf45af162f9a2eecd3c27c8729bd9c811dbe793.tar.xz plus-fbf45af162f9a2eecd3c27c8729bd9c811dbe793.zip |
Move chat command /enablehightlight 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 48508b0fb..09f753117 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -408,6 +408,7 @@ namespace InputAction OPEN_URL, EXECUTE, TEST_SDL_FONT, + ENABLE_HIGHLIGHT, TOTAL }; } // namespace InputAction |