- Added MF6_NOTELEPORT flag.

SVN r1754 (trunk)
This commit is contained in:
Randy Heit 2009-08-07 03:41:23 +00:00
commit a1554799d9
4 changed files with 4 additions and 1 deletions

View file

@ -353,7 +353,7 @@ bool P_TeleportMove (AActor *thing, fixed_t x, fixed_t y, fixed_t z, bool telefr
// monsters don't stomp things except on boss level
// [RH] Some Heretic/Hexen monsters can telestomp
if (StompAlwaysFrags)
if (StompAlwaysFrags && !(th->flags6 & MF6_NOTELEFRAG))
{
P_DamageMobj (th, thing, thing, 1000000, NAME_Telefrag, DMG_THRUSTLESS);
continue;