diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-15 07:40:52 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-15 07:40:52 -0400 |
commit | 8f385ec7ac5a78bc3bf70170f4ab39ebcac8e32a (patch) | |
tree | 0ef69ad65035e35467ad56d7a1973abfc44894b9 /include/entities.hpp | |
parent | 076c984c438bea2b34f8dd3a62bb31ebd2eb5282 (diff) |
world saving / new game script stuff
Diffstat (limited to 'include/entities.hpp')
-rw-r--r-- | include/entities.hpp | 2 |
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; |