diff options
author | aap <aap@papnet.eu> | 2020-05-21 10:32:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-21 10:32:11 +0200 |
commit | bc4d62894014d06f24786c59606c05a8fec7d5c8 (patch) | |
tree | df2197b26038bf47d91998bbb173f519e81ec5b6 /src/weapons/WeaponType.h | |
parent | Pickup and audio fix (diff) | |
parent | script revision (diff) | |
download | re3-bc4d62894014d06f24786c59606c05a8fec7d5c8.tar re3-bc4d62894014d06f24786c59606c05a8fec7d5c8.tar.gz re3-bc4d62894014d06f24786c59606c05a8fec7d5c8.tar.bz2 re3-bc4d62894014d06f24786c59606c05a8fec7d5c8.tar.lz re3-bc4d62894014d06f24786c59606c05a8fec7d5c8.tar.xz re3-bc4d62894014d06f24786c59606c05a8fec7d5c8.tar.zst re3-bc4d62894014d06f24786c59606c05a8fec7d5c8.zip |
Diffstat (limited to 'src/weapons/WeaponType.h')
-rw-r--r-- | src/weapons/WeaponType.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/weapons/WeaponType.h b/src/weapons/WeaponType.h index 6516828a..4b8be40f 100644 --- a/src/weapons/WeaponType.h +++ b/src/weapons/WeaponType.h @@ -44,6 +44,8 @@ enum eWeaponType WEAPONTYPE_UNIDENTIFIED, WEAPONTYPE_TOTALWEAPONS = WEAPONTYPE_LAST_WEAPONTYPE, + WEAPONTYPE_ANYMELEE = 46, + WEAPONTYPE_ANYWEAPON = 47 }; enum { |