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 32a082c..657a692 100644 --- a/src/sprite.h +++ b/src/sprite.h
@@ -91,6 +91,7 @@ public:
91 StepType stepType = StepType::none; 91 StepType stepType = StepType::none;
92 int runningSfxChannel = -1; 92 int runningSfxChannel = -1;
93 bool clipping = false; 93 bool clipping = false;
94 bool cantCrouch = false; // Use this to prevent running
94 95
95 // Input 96 // Input
96 bool controllable = false; 97 bool controllable = false;