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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sprite.h b/src/sprite.h index 283fb65..6ef2f57 100644 --- a/src/sprite.h +++ b/src/sprite.h
@@ -61,6 +61,7 @@ public:
61 61
62 // Input 62 // Input
63 bool controllable = false; 63 bool controllable = false;
64 bool player = false;
64}; 65};
65 66
66#endif /* end of include guard: SPRITE_H_70503825 */ 67#endif /* end of include guard: SPRITE_H_70503825 */