- Added MF6_NOTRIGGER flag that disables all line actions for an actor.
SVN r1907 (trunk)
This commit is contained in:
parent
4a81f55fb0
commit
4529108b8f
6 changed files with 43 additions and 13 deletions
|
|
@ -223,6 +223,7 @@ static FFlagDef ActorFlags[]=
|
|||
DEFINE_FLAG(MF6, CANJUMP, AActor, flags6),
|
||||
DEFINE_FLAG(MF6, JUMPDOWN, AActor, flags6),
|
||||
DEFINE_FLAG(MF6, VULNERABLE, AActor, flags6),
|
||||
DEFINE_FLAG(MF6, NOTRIGGER, AActor, flags6),
|
||||
|
||||
// Effect flags
|
||||
DEFINE_FLAG(FX, VISIBILITYPULSE, AActor, effects),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue