- Added a new WIF_NO_AUTO_SWITCH flag for weapons that should never be

switched to automatically when the player picks them up.


SVN r457 (trunk)
This commit is contained in:
Randy Heit 2007-01-22 22:15:50 +00:00
commit b4390308df
5 changed files with 143 additions and 2 deletions

View file

@ -268,6 +268,7 @@ static flagdef WeaponFlags[] =
DEFINE_FLAG2(WIF_BOT_MELEE, MELEEWEAPON, AWeapon, WeaponFlags),
DEFINE_FLAG(WIF_BOT, BFG, AWeapon, WeaponFlags),
DEFINE_FLAG(WIF, CHEATNOTWEAPON, AWeapon, WeaponFlags),
DEFINE_FLAG(WIF, NO_AUTO_SWITCH, AWeapon, WeaponFlags),
//WIF_BOT_REACTION_SKILL_THING = 1<<31, // I don't understand this
};