Implement some more JPAEmitter inlines

This commit is contained in:
LagoLunatic
2026-05-26 22:18:04 -04:00
parent 2dced07761
commit bafd8aba62
10 changed files with 44 additions and 38 deletions
+2 -2
View File
@@ -169,8 +169,8 @@ void daObjOspbox::Act_c::eff_break() {
NULL,
-1, &tevStr.mColorK0, &tevStr.mColorK0, &particle_scale);
if (emitter != NULL) {
emitter->mLifeTime = 0x1E;
emitter->mInitialVelAxis = 30.0f;
emitter->setLifeTime(30);
emitter->setAwayFromAxisSpeed(30.0f);
}
}