mirror of
https://github.com/zeldaret/tp
synced 2026-06-04 02:47:02 -04:00
Match J3DTransformInfo::operator=, fixing several regalloc issues (#2873)
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user