- added IF_TOSSED inventory flag.
This commit is contained in:
parent
be1a00c537
commit
aa03609b69
3 changed files with 4 additions and 0 deletions
|
|
@ -308,6 +308,7 @@ static FFlagDef InventoryFlags[] =
|
|||
DEFINE_FLAG(IF, RESTRICTABSOLUTELY, AInventory, ItemFlags),
|
||||
DEFINE_FLAG(IF, NEVERRESPAWN, AInventory, ItemFlags),
|
||||
DEFINE_FLAG(IF, NOSCREENFLASH, AInventory, ItemFlags),
|
||||
DEFINE_FLAG(IF, TOSSED, AInventory, ItemFlags),
|
||||
|
||||
DEFINE_DEPRECATED_FLAG(PICKUPFLASH),
|
||||
DEFINE_DEPRECATED_FLAG(INTERHUBSTRIP),};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue