mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove debug, new Release build of extension.
This commit is contained in:
parent
b20f3e5b81
commit
7fa8365d51
BIN
ace_fcs.dll
BIN
ace_fcs.dll
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user