From f264cfd7655a48f7e9a6e2fc5b1c62d6d2036025 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 24 Feb 2019 12:27:19 -0500 Subject: This should've been in the last commit! --- src/entity.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/entity.h b/src/entity.h index 3387219..ed48a3d 100644 --- a/src/entity.h +++ b/src/entity.h @@ -2,6 +2,7 @@ #define ENTITY_H_0D6CB29A #include +#include #include #include "vector.h" #include "enums.h" @@ -29,7 +30,7 @@ public: Layer layer = Layer::object; // Movement - Direction shouldMoveTo = Direction::none; + std::list shouldMoveDir; bool moving = false; vec2s destPos; double movementTween = 0.0; -- cgit 1.4.1