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
+1 -1
View File
@@ -378,7 +378,7 @@ int daObj_GrA_c::CreateHeap() {
aMdlData_p = (J3DModelData*)dComIfG_getObjectRes(l_resNames[l_bmdGetParamList[1]], l_bmdGetParamList[0]);
JUT_ASSERT(854, NULL != aMdlData_p);
u32 reg_r25 = 0x11020284;
mpModelMorf = JKR_NEW mDoExt_McaMorfSO(aMdlData_p, NULL, NULL, NULL, -1, 1.0f, 0, -1, &mSound, 0x80000, reg_r25);
mpModelMorf = new mDoExt_McaMorfSO(aMdlData_p, NULL, NULL, NULL, -1, 1.0f, 0, -1, &mSound, 0x80000, reg_r25);
if (mpModelMorf != NULL && mpModelMorf->getModel() == NULL) {
mpModelMorf->stopZelAnime();
mpModelMorf = NULL;