Add enum value for max regular items.

This commit is contained in:
Ruben Gonzalez 2017-09-10 10:16:23 -04:00
parent 1f3b14367d
commit 8a36d0486b

View File

@ -141,6 +141,7 @@ enum CSWeaponID
CSWeapon_CZ75A = 63,
CSWeapon_REVOLVER = 64,
CSWeapon_TAGGRENADE = 68,
CSWeapon_MAX_WEAPONS_NO_KNIFES, // Max without the knife item defs, usefull when treating all knives as a regular knife.
CSWeapon_BAYONET = 500,
CSWeapon_KNIFE_FLIP = 505,
CSWeapon_KNIFE_GUT = 506,