summary refs log tree commit diff stats
path: root/src/sprite.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-26 16:55:44 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-26 16:55:44 -0500
commitaf49b5366d35173702a2b3bd70ac4254b8855538 (patch)
tree66755c194016d7342a0540746c4faa597bc6bb5f /src/sprite.h
parentd5e3bc615b300eb985d59b91ebd1f2f1a4d4e107 (diff)
downloadtanetane-af49b5366d35173702a2b3bd70ac4254b8855538.tar.gz
tanetane-af49b5366d35173702a2b3bd70ac4254b8855538.tar.bz2
tanetane-af49b5366d35173702a2b3bd70ac4254b8855538.zip
Disabled crouching/running in the underwater map
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;