summaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-12-19 19:53:49 +0100
committerPaweł Redman <pawel.redman@gmail.com>2017-12-19 19:53:49 +0100
commitab725d9770c648bda8cc76425a5b3fcd98dce5f7 (patch)
treea9ff92c0fa418db28b65598f73bce9313bdfcdd2 /src/game/game.hpp
parent297524c8ec41b585c4812494791772406653e479 (diff)
Improve camera following.
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r--src/game/game.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp
index d4047a0..de41fc5 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -75,6 +75,8 @@ namespace game {
typedef enum {
PAUSED,
UNPAUSED,
+ FOLLOWING_ON,
+ FOLLOWING_OFF,
SAY_NO_PATH,
SAY_BLOCKED,
SAY_READY,