aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/entities.hpp')
-rw-r--r--include/entities.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/entities.hpp b/include/entities.hpp
index 605cc77..7e68be3 100644
--- a/include/entities.hpp
+++ b/include/entities.hpp
@@ -160,7 +160,7 @@ public:
bool near;
// when true, the entity can move
- bool canMove;
+ int canMove;
// tells direction entity is facing
bool right, left;