diff options
Diffstat (limited to 'src/KingSystem/Physics/System/physDefines.cpp')
| -rw-r--r-- | src/KingSystem/Physics/System/physDefines.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/KingSystem/Physics/System/physDefines.cpp b/src/KingSystem/Physics/System/physDefines.cpp index f6333608..16cb9503 100644 --- a/src/KingSystem/Physics/System/physDefines.cpp +++ b/src/KingSystem/Physics/System/physDefines.cpp @@ -72,7 +72,8 @@ WallCode wallCodeFromText(const sead::SafeString& text) { return 0; } -// NON_MATCHING: duplicated branches? +// duplicated branches? +#ifdef NON_MATCHING MotionType motionTypeFromText(const sead::SafeString& text) { if (text == "Dynamic") return MotionType::Dynamic; @@ -82,5 +83,6 @@ MotionType motionTypeFromText(const sead::SafeString& text) { return MotionType::Keyframed; return MotionType::Unknown; } +#endif } // namespace ksys::phys |
