summaryrefslogtreecommitdiff
path: root/src/KingSystem
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-04-22 01:32:17 +0200
committerLéo Lam <leo@leolam.fr>2021-04-22 01:32:27 +0200
commitb687a50f46ab2028db7e5ba12ac7783cdb8f7dfd (patch)
treece4518e739b30ec4a140162f7fcda544f393e3e6 /src/KingSystem
parentdd705aea99d9d1222c560df02a3a01d64a5c22dc (diff)
ksys/phys: Remove obsolete comment
Diffstat (limited to 'src/KingSystem')
-rw-r--r--src/KingSystem/Physics/System/physCharacterControllerParam.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/KingSystem/Physics/System/physCharacterControllerParam.h b/src/KingSystem/Physics/System/physCharacterControllerParam.h
index b2d05add..ef8c65c5 100644
--- a/src/KingSystem/Physics/System/physCharacterControllerParam.h
+++ b/src/KingSystem/Physics/System/physCharacterControllerParam.h
@@ -41,7 +41,6 @@ struct ICharacterControllerParam {
virtual void* createForm(int form_idx, sead::Heap* heap) = 0;
};
-// TODO: more functions
struct CharacterControllerParam : agl::utl::ParameterList, ICharacterControllerParam {
struct Form : agl::utl::ParameterList {
Form();