mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-07 03:54:58 -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;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
#include "d/actor/d_a_tag_chkpoint.h"
|
||||
#include "cmath.h"
|
||||
#include <cmath.h>
|
||||
#include "d/actor/d_a_player.h"
|
||||
|
||||
/* 8048A6F8-8048A9EC 000078 02F4+00 1/1 0/0 0/0 .text execute__11daTag_Chk_cFv */
|
||||
|
||||
Reference in New Issue
Block a user