- Added Skulltag's PUFFGETSOWNER flag.
SVN r967 (trunk)
This commit is contained in:
parent
0869b51928
commit
99f55e8b8f
4 changed files with 7 additions and 0 deletions
|
|
@ -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 ---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue