mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 21:33:07 -04:00
Match daNpc_Cb1_c::flyAction
This commit is contained in:
@@ -250,8 +250,8 @@ BOOL daObjEff::Act_c::eff_set_woodBox_smoke() {
|
||||
JPABaseEmitter *emitter = dComIfGp_particle_setToon(dPa_name::ID_COMMON_2027, ¤t.pos,
|
||||
NULL, NULL, 0xB4, mParticleCallback, -1, NULL, NULL, &particle_scl);
|
||||
if (emitter != NULL) {
|
||||
emitter->mRate = 30.0f;
|
||||
emitter->mMaxFrame = 1;
|
||||
emitter->setRate(30.0f);
|
||||
emitter->setMaxFrame(1);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user