From 98949574a8cbcd0ba3e0d910fbf1abcbb1bcb1d2 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Wed, 2 Aug 2023 22:02:21 +1000 Subject: SwimIdle tech parent state --- source/game/StarTechController.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/game/StarTechController.cpp') diff --git a/source/game/StarTechController.cpp b/source/game/StarTechController.cpp index 4295fb7..d62fe14 100644 --- a/source/game/StarTechController.cpp +++ b/source/game/StarTechController.cpp @@ -25,7 +25,8 @@ EnumMap const TechController::ParentStateNames{ {TechController::ParentState::Duck, "Duck"}, {TechController::ParentState::Walk, "Walk"}, {TechController::ParentState::Run, "Run"}, - {TechController::ParentState::Swim, "Swim"} + {TechController::ParentState::Swim, "Swim"}, + {TechController::ParentState::SwimIdle, "SwimIdle"} }; TechController::TechController() { -- cgit v1.2.3