mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-12 07:48:16 -05:00
chore: use constants for model array sizes in iw5 attachment writing
This commit is contained in:
@ -510,6 +510,10 @@ namespace IW5
|
||||
{WEAPCLASS_ITEM, "item" },
|
||||
});
|
||||
|
||||
constexpr auto ATTACHMENT_WORLD_MODEL_COUNT = 16u;
|
||||
constexpr auto ATTACHMENT_VIEW_MODEL_COUNT = 16u;
|
||||
constexpr auto ATTACHMENT_RETICLE_VIEW_MODEL_COUNT = 8u;
|
||||
|
||||
class JsonWeaponAttachment
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user