diff --git a/include/RE/B/bhkCharacterController.h b/include/RE/B/bhkCharacterController.h index 3750266e0..a388d93fb 100644 --- a/include/RE/B/bhkCharacterController.h +++ b/include/RE/B/bhkCharacterController.h @@ -103,7 +103,7 @@ namespace RE return func(a_body); } - void ProcessHurtfulBody(hkpRigidBody* a_body, const hkContactPoint& a_contactPoint) + void ProcessHurtfulBody(hkpRigidBody* a_body, const hkContactPoint* a_contactPoint) { using func_t = decltype(&bhkCharacterController::ProcessHurtfulBody); REL::Relocation func{ RELOCATION_ID(76460, 78302) };