Added Inventory.AlwaysRespawn flag.
This commit is contained in:
parent
6824605154
commit
4496885366
3 changed files with 3 additions and 1 deletions
|
|
@ -311,6 +311,7 @@ static FFlagDef InventoryFlags[] =
|
|||
DEFINE_FLAG(IF, NEVERRESPAWN, AInventory, ItemFlags),
|
||||
DEFINE_FLAG(IF, NOSCREENFLASH, AInventory, ItemFlags),
|
||||
DEFINE_FLAG(IF, TOSSED, AInventory, ItemFlags),
|
||||
DEFINE_FLAG(IF, ALWAYSRESPAWN, AInventory, ItemFlags),
|
||||
|
||||
DEFINE_DEPRECATED_FLAG(PICKUPFLASH),
|
||||
DEFINE_DEPRECATED_FLAG(INTERHUBSTRIP),};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue