remove unused variables

This commit is contained in:
commy2 2016-09-19 15:36:08 +02:00
parent 00964bd007
commit 226742088b

View File

@ -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);