Revert "Isolate JKRHeap operator overloads" (#39)

This commit is contained in:
TakaRikka
2026-03-06 19:49:35 -08:00
committed by GitHub
parent b7c482fb87
commit 78d4169929
630 changed files with 3349 additions and 3452 deletions
+2 -2
View File
@@ -115,13 +115,13 @@ int daObjFPillar2_c::CreateHeap() {
}
J3DAnmTextureSRTKey* pbtk = (J3DAnmTextureSRTKey*)dComIfG_getObjectRes(l_arcName, 11);
JUT_ASSERT(377, pbtk != NULL);
mBtk = JKR_NEW mDoExt_btkAnm();
mBtk = new mDoExt_btkAnm();
if (mBtk == NULL || !mBtk->init(modelData, pbtk, 1, 2, 1.0f, 0, -1)) {
return 0;
}
J3DAnmTransform* pbck = (J3DAnmTransform*)dComIfG_getObjectRes(l_arcName, 5);
JUT_ASSERT(389, pbck != NULL);
mBck = JKR_NEW mDoExt_bckAnm();
mBck = new mDoExt_bckAnm();
if (mBck == NULL || !mBck->init(pbck, 1, 0, 1.0f, 0, -1, false)) {
return 0;
}