mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-15 04:02:50 -04:00
Revert "Isolate JKRHeap operator overloads" (#39)
This commit is contained in:
@@ -710,7 +710,7 @@ static int daE_OT_Delete(daE_OT_c* i_this) {
|
||||
|
||||
int daE_OT_c::CreateHeap() {
|
||||
J3DModelData* model_data = (J3DModelData*)dComIfG_getObjectRes("E_OT", 14);
|
||||
mpMorf = JKR_NEW mDoExt_McaMorfSO(model_data, NULL, NULL,
|
||||
mpMorf = new mDoExt_McaMorfSO(model_data, NULL, NULL,
|
||||
(J3DAnmTransform*)dComIfG_getObjectRes("E_OT", ANM_BORN),
|
||||
J3DFrameCtrl::EMode_NONE, 1.0f, 0, -1, &mSound,
|
||||
0x80000, 0x11000084);
|
||||
@@ -724,7 +724,7 @@ int daE_OT_c::CreateHeap() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
mpEggAnm = JKR_NEW mDoExt_btkAnm();
|
||||
mpEggAnm = new mDoExt_btkAnm();
|
||||
if (mpEggAnm == NULL) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user