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/script_system.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/script_system.cpp') diff --git a/src/script_system.cpp b/src/script_system.cpp index 31b8bee..92e6afe 100644 --- a/src/script_system.cpp +++ b/src/script_system.cpp @@ -39,7 +39,8 @@ ScriptSystem::ScriptSystem(Game& game) : game_(game) { }, "persistent", &Sprite::persistent, "paused", &Sprite::paused, - "clipping", &Sprite::clipping); + "clipping", &Sprite::clipping, + "cantCrouch", &Sprite::cantCrouch); engine_.new_usertype( "message", -- cgit 1.4.1