- Added Skulltag's PUFFGETSOWNER flag.

SVN r967 (trunk)
This commit is contained in:
Christoph Oelckers 2008-05-12 22:52:13 +00:00
commit 99f55e8b8f
4 changed files with 7 additions and 0 deletions

View file

@ -300,6 +300,7 @@ enum
MF5_NOINFIGHTING = 0x00100000, // This actor doesn't switch target when it's hurt
MF5_NOINTERACTION = 0x00200000, // Thing is completely excluded from any gameplay related checks
MF5_NOTIMEFREEZE = 0x00400000, // Actor is not affected by time freezer
MF5_PUFFGETSOWNER = 0x00800000, // [BB] Sets the owner of the puff to the player who fired it
// --- mobj.renderflags ---