mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 23:38:09 -05:00
Use countof and enum num entries to get the amount of entries in t6 weaponfulldef
This commit is contained in:
@ -4172,7 +4172,8 @@ namespace T6
|
||||
HITLOC_L_FOOT = 0x12,
|
||||
HITLOC_GUN = 0x13,
|
||||
HITLOC_SHIELD = 0x14,
|
||||
HITLOC_NUM = 0x15,
|
||||
|
||||
HITLOC_NUM,
|
||||
};
|
||||
|
||||
struct WeaponDef
|
||||
|
Reference in New Issue
Block a user