mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
remove unused variables
This commit is contained in:
parent
00964bd007
commit
226742088b
@ -31,9 +31,6 @@ private _pos = _unit getPos [_offset, _dir];
|
||||
|
||||
private _dropAmount = ceil (MAXIMUM_DROPS * _damage);
|
||||
if (_dropAmount > 1) then {
|
||||
private _sin = _sinDir * _distanceBetweenDrops;
|
||||
private _cos = _cosDir * _distanceBetweenDrops;
|
||||
|
||||
for "_i" from 2 to _dropAmount do {
|
||||
_pos = _pos getPos [_offset, _dir];
|
||||
["blooddrop_1", _pos, _dir] call FUNC(createBlood);
|
||||
|
Loading…
Reference in New Issue
Block a user