Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarTechController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarTechController.cpp')
-rw-r--r--source/game/StarTechController.cpp3
1 files changed, 2 insertions, 1 deletions
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<TechController::ParentState> 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() {