From af49b5366d35173702a2b3bd70ac4254b8855538 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 26 Feb 2021 16:55:44 -0500 Subject: Disabled crouching/running in the underwater map --- src/sprite.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sprite.h') 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: StepType stepType = StepType::none; int runningSfxChannel = -1; bool clipping = false; + bool cantCrouch = false; // Use this to prevent running // Input bool controllable = false; -- cgit 1.4.1