mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Minor Spelllings Fixes
This commit is contained in:
parent
3664afcf90
commit
d5a3c66b89
@ -20,7 +20,7 @@
|
||||
|
||||
private ["_adjustment", "_weaponIndex", "_zeroing", "_adjustment"];
|
||||
|
||||
prams ["_unit", "", "", "", "", "", "_projectile"];
|
||||
params ["_unit", "", "", "", "", "", "_projectile"];
|
||||
|
||||
if (!([_unit] call EFUNC(common,isPlayer))) exitWith {};
|
||||
|
||||
@ -36,6 +36,6 @@ if (_zeroing isEqualTo [0, 0, 0]) exitWith {};
|
||||
|
||||
// Convert zeroing from mils to degrees
|
||||
_zeroing = _zeroing vectorMultiply 0.05625;
|
||||
_zeroing params ["_elevation", "_windage", "_zero"]
|
||||
_zeroing params ["_elevation", "_windage", "_zero"];
|
||||
|
||||
[_projectile, _elevation, _elevation + _zero, 0] call EFUNC(common,changeProjectileDirection);
|
||||
|
Loading…
Reference in New Issue
Block a user