Match daNpc_Cb1_c::flyAction

This commit is contained in:
LagoLunatic
2025-08-22 13:43:47 -04:00
parent 3862848e4a
commit a2ea2053fb
4 changed files with 6 additions and 12 deletions
+2 -2
View File
@@ -250,8 +250,8 @@ BOOL daObjEff::Act_c::eff_set_woodBox_smoke() {
JPABaseEmitter *emitter = dComIfGp_particle_setToon(dPa_name::ID_COMMON_2027, &current.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;
}