mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-26 16:31:57 -04:00
most of JHostIO / m_Do_hostIO done (#2288)
This commit is contained in:
@@ -132,7 +132,7 @@ static char* l_arcName[2] = {
|
||||
|
||||
/* 80D00EE4-80D00F64 000384 0080+00 1/0 0/0 0/0 .text CreateHeap__13daObjSwTurn_cFv */
|
||||
int daObjSwTurn_c::CreateHeap() {
|
||||
J3DModelData* modelData = (J3DModelData*)dComIfG_getObjectRes(l_arcName[mModelType], l_bmd[mModelType])
|
||||
J3DModelData* modelData = (J3DModelData*)dComIfG_getObjectRes(l_arcName[mModelType], l_bmd[mModelType]);
|
||||
JUT_ASSERT(347, modelData != 0);
|
||||
mModel = mDoExt_J3DModel__create(modelData, 0x80000, 0x11000084);
|
||||
return mModel != 0 ? TRUE : FALSE;
|
||||
|
||||
Reference in New Issue
Block a user