From 048d242eef520cc257914cbc56c009ea8e8dc130 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Thu, 18 Sep 2025 20:17:27 -0400 Subject: bpw partial cleanup, fix inline usage across several actors --- src/m_Do/m_Do_ext.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/m_Do/m_Do_ext.cpp') diff --git a/src/m_Do/m_Do_ext.cpp b/src/m_Do/m_Do_ext.cpp index b7b87d06..a2bae260 100644 --- a/src/m_Do/m_Do_ext.cpp +++ b/src/m_Do/m_Do_ext.cpp @@ -65,12 +65,10 @@ void mDoExt_setJ3DData(Mtx mtx, const J3DTransformInfo* transformInfo, u16 jnt_n J3DSys::mParentS.z = transformInfo->mScale.z; } -static void dummy1() { +static void dummy1(J3DJoint* joint, J3DAnmTransform* anmTransform) { // Fix the weak function order of J3DAnmTransform::getTransform. // There was most likely an unused function here that got stripped out. j3dSys.setCurrentMtxCalc(NULL); - J3DJoint* joint; - J3DAnmTransform* anmTransform; anmTransform->getTransform(0, &joint->getTransformInfo()); } -- cgit v1.2.3