- added MF6_RELATIVETOFLOOR flag.
This commit is contained in:
parent
211d293002
commit
25ec3fb8fe
3 changed files with 33 additions and 13 deletions
|
|
@ -235,6 +235,7 @@ static FFlagDef ActorFlags[]=
|
|||
DEFINE_FLAG(MF6, POISONALWAYS, AActor, flags6),
|
||||
DEFINE_FLAG(MF6, NOTAUTOAIMED, AActor, flags6),
|
||||
DEFINE_FLAG(MF6, NOTONAUTOMAP, AActor, flags6),
|
||||
DEFINE_FLAG(MF6, RELATIVETOFLOOR, AActor, flags6),
|
||||
|
||||
// Effect flags
|
||||
DEFINE_FLAG(FX, VISIBILITYPULSE, AActor, effects),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue