Made the BFG and EXPLOSIVE weapon flags usable.
- Made the BFG and EXPLOSIVE weapon flags usable again. - Marked the appropriate weapons with them for the 3 main supported games.
This commit is contained in:
parent
286371791a
commit
645dbcfa51
15 changed files with 19 additions and 2 deletions
|
|
@ -159,5 +159,7 @@ enum
|
|||
WIF_NODEATHINPUT = 0x00020000, // The weapon cannot be fired/reloaded/whatever when the player is dead
|
||||
WIF_CHEATNOTWEAPON = 0x00040000, // Give cheat considers this not a weapon (used by Sigil)
|
||||
WIF_NOAUTOSWITCHTO = 0x00080000, // cannot be switched to when autoswitching weapons.
|
||||
WIF_BFG = 0x00100000, // BFG tier weapon
|
||||
WIF_EXPLOSIVE = 0x00200000, // Weapon is explosive
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue