mirror of
https://github.com/zeldaret/tp
synced 2026-06-16 23:00:27 -04:00
some J3D/misc cleanup (#2628)
* some j3d cleanup * begin using uintptr_t * j3dgraphbase cleanup * j3dgraphanimator cleanup
This commit is contained in:
@@ -137,7 +137,7 @@ void daWdStick_c::setFire() {
|
||||
JPABaseEmitter* emitter = dComIfGp_particle_getEmitter(field_0xae4[i]);
|
||||
if (emitter != NULL) {
|
||||
emitter->setParticleCallBackPtr(dPa_control_c::getParticleTracePCB());
|
||||
emitter->setUserWork((u32)&field_0xa94);
|
||||
emitter->setUserWork((uintptr_t)&field_0xa94);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -150,7 +150,7 @@ void daWdStick_c::setFire() {
|
||||
JPABaseEmitter* emitter = dComIfGp_particle_getEmitter(field_0xaec[i]);
|
||||
if (emitter != NULL) {
|
||||
emitter->setParticleCallBackPtr(dPa_control_c::getParticleTracePCB());
|
||||
emitter->setUserWork((u32)&field_0xaa0);
|
||||
emitter->setUserWork((uintptr_t)&field_0xaa0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user