Update USAF with WeaponSlot comment

This commit is contained in:
Whigital 2020-01-31 18:33:16 +01:00
parent 7e91ffc7a2
commit cf732c17fc

View File

@ -495,6 +495,8 @@ class CfgWeapons {
}; };
}; };
class WeaponSlotsInfo: WeaponSlotsInfo { class WeaponSlotsInfo: WeaponSlotsInfo {
// One WeaponSlot with a positive value for iconScale forces game to use icon overlay method.
// Required, because the inventory icon has no accessory variants.
class MuzzleSlot { class MuzzleSlot {
iconScale = 0.1; iconScale = 0.1;
}; };