Pass the turret path too

This commit is contained in:
esteldunedain
2016-02-06 16:49:53 -03:00
parent 59cbc6da10
commit efbff8cc23
2 changed files with 17 additions and 3 deletions

View File

@ -12,8 +12,6 @@
*/
#include "script_component.hpp"
private _turret = _gunner call EFUNC(common,getTurretIndex);
private _FCSMagazines = _vehicle getVariable [format ["%1_%2", QGVAR(Magazines), _turret], []];
private _FCSElevation = _vehicle getVariable format ["%1_%2", QGVAR(Elevation), _turret];