Create a _vehicle variable

This commit is contained in:
esteldunedain 2016-02-06 16:55:36 -03:00
parent efbff8cc23
commit 37bc67c951

View File

@ -36,6 +36,7 @@ if (_unit isKindOf "CAManBase") then {
};
} else {
// The unit is a vehicle
private _vehicle = _unit;
// Get the gunner and turret path.
// Code based on FUNC(getGunner), extracted for efficency.