diff options
Diffstat (limited to 'src/sprite.h')
| -rw-r--r-- | src/sprite.h | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/sprite.h b/src/sprite.h index 406053e..86474ca 100644 --- a/src/sprite.h +++ b/src/sprite.h | |||
| @@ -134,6 +134,7 @@ public: | |||
| 134 | BehaviourType behaviourType = BehaviourType::None; | 134 | BehaviourType behaviourType = BehaviourType::None; |
| 135 | vec2i pathfindingDestination; | 135 | vec2i pathfindingDestination; |
| 136 | bool cardinalDirectionsOnly = false; | 136 | bool cardinalDirectionsOnly = false; |
| 137 | bool moonwalking = false; | ||
| 137 | std::deque<PathfindingInstruction> path; | 138 | std::deque<PathfindingInstruction> path; |
| 138 | int followSpriteId = -1; | 139 | int followSpriteId = -1; |
| 139 | 140 | ||
