diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-28 19:36:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-28 19:36:50 +0300 |
commit | a5e3d86efb85bb2a65e160972cc56e89cd764453 (patch) | |
tree | f385447603a24a3898b493ce131b4edf8abd86ab /src/input/inputaction.h | |
parent | 8bfdc250ae7c5ab852653b3aa2da7f3781c7c56e (diff) | |
download | plus-a5e3d86efb85bb2a65e160972cc56e89cd764453.tar.gz plus-a5e3d86efb85bb2a65e160972cc56e89cd764453.tar.bz2 plus-a5e3d86efb85bb2a65e160972cc56e89cd764453.tar.xz plus-a5e3d86efb85bb2a65e160972cc56e89cd764453.zip |
Add chat command for stop and start pet ai.
Diffstat (limited to 'src/input/inputaction.h')
-rw-r--r-- | src/input/inputaction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input/inputaction.h b/src/input/inputaction.h index 67bf95161..59134de0f 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -524,6 +524,8 @@ namespace InputAction PET_DIRECT_DOWN, PET_DIRECT_LEFT, PET_DIRECT_RIGHT, + PET_AI_START, + PET_AI_STOP, TOTAL }; } // namespace InputAction |