Bug #41
jDoom: Missile puffs vs. Bullet puffs
Description
A_Tracer() spawns puffs for missiles. The same puffs are used
as bullet puffs, leading to problems when using particle
generators. There should be a different puff mobj type for missile
puffs.
Labels: jDoom Gameplay
History
#1 Updated by skyjake over 21 years ago
Logged In: YES
user_id=717323
The ROCKETPUFF mobj type was added, and the PUFF*
states were copied to ROCKETPUFF*. A_Tracer() now
spawns a MT_ROCKETPUFF (and MT_SMOKE).