mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-10 18:46:45 -04:00
Revert "Isolate JKRHeap operator overloads" (#39)
This commit is contained in:
@@ -861,12 +861,12 @@ int e_ai_class::CreateHeap() {
|
||||
J3DModelData* modelData = (J3DModelData*)dComIfG_getObjectRes("E_AI", 0xD);
|
||||
JUT_ASSERT(1703, modelData != NULL);
|
||||
|
||||
m_modelMorf = JKR_NEW mDoExt_McaMorfSO(modelData, NULL, NULL, (J3DAnmTransform*)dComIfG_getObjectRes("E_AI", 9), 2, 1.0f, 0, -1, &m_sound, 0, 0x11000084);
|
||||
m_modelMorf = new mDoExt_McaMorfSO(modelData, NULL, NULL, (J3DAnmTransform*)dComIfG_getObjectRes("E_AI", 9), 2, 1.0f, 0, -1, &m_sound, 0, 0x11000084);
|
||||
if (m_modelMorf == NULL || m_modelMorf->getModel() == NULL) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
m_brk = JKR_NEW mDoExt_brkAnm();
|
||||
m_brk = new mDoExt_brkAnm();
|
||||
if (m_brk == NULL) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user