0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2025-04-21 02:11:06 +00:00

- fixed: The ALT_USES_BOTH weapon flag was missing in the list of DECORATE flags.

SVN r3213 (trunk)
This commit is contained in:
Christoph Oelckers 2011-05-26 23:18:39 +00:00
parent 1579fd1c1c
commit b6960eec1a

View file

@ -316,6 +316,7 @@ static FFlagDef WeaponFlags[] =
DEFINE_FLAG(WIF, NOAUTOAIM, AWeapon, WeaponFlags),
DEFINE_DUMMY_FLAG(NOLMS),
DEFINE_FLAG(WIF, ALT_USES_BOTH, AWeapon, WeaponFlags),
DEFINE_DUMMY_FLAG(ALLOW_WITH_RESPAWN_INVUL),
};