diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-02 22:02:21 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-02 22:02:21 +1000 |
commit | 98949574a8cbcd0ba3e0d910fbf1abcbb1bcb1d2 (patch) | |
tree | 2a5a3081f26837fb2496ade69c9ca857afb6e266 /source/game/StarTechController.cpp | |
parent | 32e6eab0699c0c802435e6fb1a3ad47d2748acee (diff) |
SwimIdle tech parent state
Diffstat (limited to 'source/game/StarTechController.cpp')
-rw-r--r-- | source/game/StarTechController.cpp | 3 |
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() { |