summary refs log tree commit diff stats
path: root/src/sprite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sprite.h')
-rw-r--r--src/sprite.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sprite.h b/src/sprite.h index 19dbf92..82849fa 100644 --- a/src/sprite.h +++ b/src/sprite.h
@@ -78,6 +78,9 @@ public:
78 // Input 78 // Input
79 bool controllable = false; 79 bool controllable = false;
80 bool player = false; 80 bool player = false;
81
82 // Behaviour
83 bool wander = false;
81}; 84};
82 85
83#endif /* end of include guard: SPRITE_H_70503825 */ 86#endif /* end of include guard: SPRITE_H_70503825 */