diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-11-26 16:41:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-26 14:41:10 -0700 |
| commit | 5d0da9be7c486a1907a9f4ced12afa87ddafb515 (patch) | |
| tree | e80d6a18c068207e598c8c1886152d9a1a103a9d /src | |
| parent | df1ae6898ef296ada6fc38eb7424c5b8bf5567cb (diff) | |
Match J3DTransformInfo::operator=, fixing several regalloc issues (#2873)
Diffstat (limited to 'src')
| -rw-r--r-- | src/d/actor/d_a_obj_iceleaf.cpp | 1 | ||||
| -rw-r--r-- | src/m_Do/m_Do_ext.cpp | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/d/actor/d_a_obj_iceleaf.cpp b/src/d/actor/d_a_obj_iceleaf.cpp index a08b9142ad..d342a4e41b 100644 --- a/src/d/actor/d_a_obj_iceleaf.cpp +++ b/src/d/actor/d_a_obj_iceleaf.cpp @@ -95,7 +95,6 @@ static dCcD_SrcCyl l_cyl_src = { }; /* 80C249E4-80C24BC4 000344 01E0+00 1/1 0/0 0/0 .text Create__14daObjIceLeaf_cFv */ -// NONMATCHING - regalloc int daObjIceLeaf_c::Create() { J3DJoint* joint = mpModel->getModelData()->getJointNodePointer(0); mTransformInfo = joint->getTransformInfo(); diff --git a/src/m_Do/m_Do_ext.cpp b/src/m_Do/m_Do_ext.cpp index 3b23d8abd0..226cb9edc3 100644 --- a/src/m_Do/m_Do_ext.cpp +++ b/src/m_Do/m_Do_ext.cpp @@ -1253,7 +1253,6 @@ int mDoExt_McaMorf::create(J3DModelData* modelData, mDoExt_McaMorfCallBack1_c* c } /* 80010074-8001037C 00A9B4 0308+00 1/0 0/0 0/0 .text calc__14mDoExt_McaMorfFv */ -// NONMATCHING regalloc void mDoExt_McaMorf::calc() { if (mpModel == NULL) { return; @@ -1524,7 +1523,6 @@ int mDoExt_McaMorfSO::create(J3DModelData* i_modelData, mDoExt_McaMorfCallBack1_ } /* 80010B68-80010E70 00B4A8 0308+00 1/0 0/0 0/0 .text calc__16mDoExt_McaMorfSOFv */ -// NONMATCHING regalloc void mDoExt_McaMorfSO::calc() { if (mpModel != NULL) { u16 jnt_no = getJoint()->getJntNo(); |
