Merge pull request #2239 from MikeMatrix/hotfix/projectileDirectionIgnoredWindage

Hotfix for projectile direction adjustment in Scopes module
This commit is contained in:
Joko 2015-08-23 18:41:10 +02:00
commit 50e851d2c8

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