Add new weapons to CSWeaponID enum. (#869)

This commit is contained in:
Ruben Gonzalez
2018-09-12 10:34:50 -04:00
committed by Dr!fter
parent 98be188cbe
commit 14eaa097cb
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -152,6 +152,10 @@ enum CSWeaponID
CSWeapon_KNIFE_SURVIVAL_BOWIE = 514,
CSWeapon_KNIFE_BUTTERFLY = 515,
CSWeapon_KNIFE_PUSH = 516,
CSWeapon_KNIFE_URSUS = 519,
CSWeapon_KNIFE_GYPSY_JACKKNIFE = 520,
CSWeapon_KNIFE_STILETTO = 522,
CSWeapon_KNIFE_WIDOWMAKER = 523,
CSWeapon_MAX_WEAPONS //THIS MUST BE LAST, EASY WAY TO CREATE LOOPS. When looping, do CS_IsValidWeaponID(i), to check.
};