Fixed: In all games, if a mobj was damaged by a camera player, every time it entered it's pain state it would rotate towards the camera. Given that cameras aren't supposed to be physically present in the world this looked quite odd. It was caused by mobj_t->moveDir not being initialized correctly (to DI_NODIR) when spawned.
Fixed: In all games, if a mobj was damaged by a camera player, every time it entered it's pain state it would rotate towards the camera. Given that cameras aren't supposed to be physically present in the world this looked quite odd. It was caused by mobj_t->moveDir not being initialized correctly (to DI_NODIR) when spawned.