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 35ca7aa..3d2e9df 100644 --- a/src/sprite.h +++ b/src/sprite.h
@@ -77,6 +77,7 @@ public:
77 CharacterState characterState = CharacterState::Still; 77 CharacterState characterState = CharacterState::Still;
78 StepType stepType = StepType::none; 78 StepType stepType = StepType::none;
79 int runningSfxChannel = -1; 79 int runningSfxChannel = -1;
80 bool clipping = false;
80 81
81 // Input 82 // Input
82 bool controllable = false; 83 bool controllable = false;