From ab725d9770c648bda8cc76425a5b3fcd98dce5f7 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Tue, 19 Dec 2017 19:53:49 +0100 Subject: Improve camera following. --- src/game/game.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/game.hpp') 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, -- cgit