From a222e401805340c7909a1bdddee670389f2ee943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Tue, 1 Mar 2022 21:22:10 +0100 Subject: ksys/phys: Add more ContactListener functions and Havok prereqs --- src/KingSystem/Physics/System/physSystem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/KingSystem/Physics/System/physSystem.cpp') diff --git a/src/KingSystem/Physics/System/physSystem.cpp b/src/KingSystem/Physics/System/physSystem.cpp index 2efa20ae..bfad9d89 100644 --- a/src/KingSystem/Physics/System/physSystem.cpp +++ b/src/KingSystem/Physics/System/physSystem.cpp @@ -58,8 +58,8 @@ void System::freeContactPointInfo(ContactPointInfo* info) const { } LayerContactPointInfo* System::allocLayerContactPointInfo(sead::Heap* heap, int num, int num2, - const sead::SafeString& name, int a, int b, - int c) const { + const sead::SafeString& name, int a, + int b, int c) const { return mContactMgr->allocContactPointsEx(heap, num, num2, name, a, b, c); } -- cgit v1.2.3