- add +mnotvisible flag as per feature suggestion: https://forum.zdoom.org/viewtopic.php?t=77277
This commit is contained in:
parent
ea720605d4
commit
8af2f5aaf6
5 changed files with 8 additions and 2 deletions
|
|
@ -326,6 +326,7 @@ static FFlagDef ActorFlagDefs[]=
|
|||
DEFINE_FLAG(MF8, RETARGETAFTERSLAM, AActor, flags8),
|
||||
DEFINE_FLAG(MF8, STOPRAILS, AActor, flags8),
|
||||
DEFINE_FLAG(MF8, FALLDAMAGE, AActor, flags8),
|
||||
DEFINE_FLAG(MF8, MNOTVISIBLE, AActor, flags8),
|
||||
DEFINE_FLAG(MF8, ABSVIEWANGLES, AActor, flags8),
|
||||
DEFINE_FLAG(MF8, ALLOWTHRUBITS, AActor, flags8),
|
||||
DEFINE_FLAG(MF8, FULLVOLSEE, AActor, flags8),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue