mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Small fix
This commit is contained in:
parent
99a401dc86
commit
2c6411fae9
@ -26,7 +26,7 @@ private _postRepairDamageMin = [_unit, _action isEqualTo "fullRepair"] call FUNC
|
||||
|
||||
(getAllHitPointsDamage _vehicle) params ["_allHitPoints"];
|
||||
private _hitPointClassname = _allHitPoints select _hitPointIndex;
|
||||
(GETMVAR(GVAR(ignoredAndDependsInitializedClasses), objNull) get typeOf _vehicle) params ["","_dependsIndexMap"];
|
||||
([_vehicle] call FUNC(getSelectionsToIgnore)) params ["","_dependsIndexMap"];
|
||||
private _repairedHitpoints = [];
|
||||
|
||||
// get current hitpoint damage
|
||||
|
Loading…
Reference in New Issue
Block a user