Hotfix for missreplaced variable in projectile direction adjustment

This commit is contained in:
Michael Braun 2015-08-23 18:38:19 +02:00
parent 3eae83439b
commit 9352a8dbcb

View File

@ -38,4 +38,4 @@ if (_zeroing isEqualTo [0, 0, 0]) exitWith {};
_zeroing = _zeroing vectorMultiply 0.05625;
_zeroing params ["_elevation", "_windage", "_zero"];
[_projectile, _elevation, _elevation + _zero, 0] call EFUNC(common,changeProjectileDirection);
[_projectile, _windage, _elevation + _zero, 0] call EFUNC(common,changeProjectileDirection);