mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
quote, not var.
This commit is contained in:
parent
2ed05ed469
commit
5bf763a08e
@ -29,7 +29,7 @@ _seekerType = (vehicle _shooter) getVariable [QGVAR(seekerType), nil];
|
||||
_attackProfile = (vehicle _shooter) getVariable [QGVAR(attackProfile), nil];
|
||||
_lockMode = (vehicle _shooter) getVariable [QGVAR(lockMode), nil];
|
||||
|
||||
_laserCode = (vehicle _shooter) getVariable [EGVAR(laser,code), ACE_DEFAULT_LASER_CODE];
|
||||
_laserCode = (vehicle _shooter) getVariable [QEGVAR(laser,code), ACE_DEFAULT_LASER_CODE];
|
||||
_laserInfo = [_laserCode, ACE_DEFAULT_LASER_WAVELENGTH, ACE_DEFAULT_LASER_WAVELENGTH];
|
||||
|
||||
_launchPos = getPosASL (vehicle _shooter);
|
||||
|
Loading…
Reference in New Issue
Block a user