- added IF_NOSCREENBLINK flag, see http://mantis.zdoom.org/view.php?id=9
This commit is contained in:
parent
d9efeb206d
commit
3696d34806
5 changed files with 24 additions and 4 deletions
|
|
@ -408,6 +408,7 @@ static FFlagDef InventoryFlagDefs[] =
|
|||
DEFINE_FLAG(IF, ALWAYSRESPAWN, AInventory, ItemFlags),
|
||||
DEFINE_FLAG(IF, TRANSFER, AInventory, ItemFlags),
|
||||
DEFINE_FLAG(IF, NOTELEPORTFREEZE, AInventory, ItemFlags),
|
||||
DEFINE_FLAG(IF, NOSCREENBLINK, AInventory, ItemFlags),
|
||||
|
||||
DEFINE_DUMMY_FLAG(FORCERESPAWNINSURVIVAL, false),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue