mirror of
https://github.com/zeldaret/tp
synced 2026-06-23 09:20:01 -04:00
some J3D/misc cleanup (#2628)
* some j3d cleanup * begin using uintptr_t * j3dgraphbase cleanup * j3dgraphanimator cleanup
This commit is contained in:
@@ -259,7 +259,7 @@ int daObjRgate_c::Create() {
|
||||
JUT_ASSERT(448, jnt != 0);
|
||||
|
||||
jnt->setCallBack(nodeCallBack);
|
||||
mpGateModel->setUserArea((u32)this);
|
||||
mpGateModel->setUserArea((uintptr_t)this);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -832,7 +832,7 @@ void daObjRgate_c::demoProc() {
|
||||
int daObjRgate_c::getDemoAction() {
|
||||
static char* action_table[] = {"WAIT", "ADJUSTMENT", "UNLOCK", "OPEN"};
|
||||
|
||||
return dComIfGp_evmng_getMyActIdx(mStaffID, action_table, ARRAY_SIZE(action_table), 0, 0);
|
||||
return dComIfGp_evmng_getMyActIdx(mStaffID, action_table, ARRAY_SIZEU(action_table), 0, 0);
|
||||
}
|
||||
|
||||
/* 80CBBDB0-80CBBE18 002190 0068+00 1/0 0/0 0/0 .text Execute__12daObjRgate_cFPPA3_A4_f
|
||||
|
||||
Reference in New Issue
Block a user