formatting

This commit is contained in:
Dave Schuyler 2003-06-11 20:22:09 +00:00
parent 29768b6a4d
commit 6eed2993eb

View File

@ -295,8 +295,9 @@ kill_particle(int pool_index) {
BaseParticle *bp = (BaseParticle *) _physics_objects[pool_index].p();
// create a new system where this one died, maybe.
if (_spawn_on_death_flag == true)
if (_spawn_on_death_flag == true) {
spawn_child_system(bp);
}
// tell everyone that it's dead
bp->set_alive(false);