summaryrefslogtreecommitdiff
path: root/src/m_Do
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-09-18 20:17:27 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-09-18 20:17:27 -0400
commit048d242eef520cc257914cbc56c009ea8e8dc130 (patch)
tree073a8dd8a9af0cdb2edb39eca8735ae2dd73db16 /src/m_Do
parentae94c57e7398b0e1c65970cae062caaa58377880 (diff)
bpw partial cleanup, fix inline usage across several actors
Diffstat (limited to 'src/m_Do')
-rw-r--r--src/m_Do/m_Do_ext.cpp4
1 files changed, 1 insertions, 3 deletions
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());
}