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
+3 -3
View File
@@ -85,7 +85,7 @@ int daObjARI_c::CreateHeap() {
} else {
model_data = static_cast<J3DModelData*>(dComIfG_getObjectRes("I_Ari", 10));
}
mpMorf = JKR_NEW mDoExt_McaMorfSO(model_data, NULL, NULL,
mpMorf = new mDoExt_McaMorfSO(model_data, NULL, NULL,
static_cast<J3DAnmTransform*>(dComIfG_getObjectRes("I_Ari", 6)),
2, 0.5f, 0, -1, &mCreatureSound, 0, 0x11000284);
if (mpMorf == NULL || mpMorf->getModel() == NULL) {
@@ -93,7 +93,7 @@ int daObjARI_c::CreateHeap() {
}
J3DModel* model = mpMorf->getModel();
mpBrkAnm = JKR_NEW mDoExt_brkAnm();
mpBrkAnm = new mDoExt_brkAnm();
if (mpBrkAnm == NULL) {
return 0;
}
@@ -109,7 +109,7 @@ int daObjARI_c::CreateHeap() {
}
}
mpBtkAnm = JKR_NEW mDoExt_btkAnm();
mpBtkAnm = new mDoExt_btkAnm();
if (mpBtkAnm == NULL) {
return 0;
}