Remove debug, new Release build of extension.

This commit is contained in:
jaynus 2015-04-06 14:50:22 -07:00
parent b20f3e5b81
commit 7fa8365d51
2 changed files with 0 additions and 3 deletions

Binary file not shown.

View File

@ -45,14 +45,11 @@ _offset = 0;
// Correct velocity for weapons that have initVelocity
// @todo: Take into account negative initVelocities
systemChat format ["%1/%2", vectorMagnitude velocity _projectile, getNumber (configFile >> "CfgMagazines" >> _magazine >> "initSpeed")];
_velocityCorrection = (vectorMagnitude velocity _projectile) -
getNumber (configFile >> "CfgMagazines" >> _magazine >> "initSpeed");
[_projectile, (_vehicle getVariable format ["%1_%2", QGVAR(Azimuth), _turret]), _offset, -_velocityCorrection] call EFUNC(common,changeProjectileDirection);
systemChat format ["%1/%2", vectorMagnitude velocity _projectile];
// Air burst missile
// handle locally only