mirror of
https://github.com/zeldaret/tp
synced 2026-07-06 05:54:29 -04:00
some J3D/misc cleanup (#2628)
* some j3d cleanup * begin using uintptr_t * j3dgraphbase cleanup * j3dgraphanimator cleanup
This commit is contained in:
@@ -638,7 +638,7 @@ void daBaseNpc_c::setMtx(int param_0) {
|
||||
model->setBaseTRMtx(mDoMtx_stack_c::get());
|
||||
|
||||
if (param_0) {
|
||||
model->setUserArea((u32)this);
|
||||
model->setUserArea((uintptr_t)this);
|
||||
} else {
|
||||
model->setUserArea(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user