Quake 2 Oop Conversion Project - Source Diff 3.05 vs 3.14 - m_mutant.c
diff -s -r q2_305/m_mutant.c q2_314/m_mutant.c
Left File < - 3.05/m_mutant.c
Right File > - 3.14/m_mutant.c
Back to Index
309c309
< T_Damage (other, self, self, self->velocity, point, normal, damage, damage, 0);
---
> T_Damage (other, self, self, self->velocity, point, normal, damage, damage, 0, MOD_UNKNOWN);
488a489,491
> if (skill->value == 3)
> return; // no pain anims in nightmare
>
516a520
> self->svflags |= SVF_DEADMONSTER;