CBaseMonster: Tag ents as flags FL_MONSTER so the obituaries appear right

This commit is contained in:
Marco Cawthorne 2020-03-26 07:02:41 +01:00
parent 2bb8bd00cf
commit e3fc42501d
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ void CBaseMonster::Respawn(void)
v_angle[0] = Math_FixDelta(m_oldAngle[0]);
v_angle[1] = Math_FixDelta(m_oldAngle[1]);
v_angle[2] = Math_FixDelta(m_oldAngle[2]);
flags |= FL_MONSTER;
angles = v_angle;
solid = SOLID_SLIDEBOX;
movetype = MOVETYPE_WALK;