mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Local -> private
This commit is contained in:
parent
0f62168250
commit
979ff8b479
@ -21,11 +21,11 @@
|
||||
params ["_posASL", "_direction", "_maxDistance", "_shooter"];
|
||||
TRACE_3("params",_posASL,_direction,_maxDistance);
|
||||
|
||||
local _intersections = lineIntersectsSurfaces [_posASL, _posASL vectorAdd (_direction vectorMultiply _maxDistance), _shooter, objNull, true, 99];
|
||||
private _intersections = lineIntersectsSurfaces [_posASL, _posASL vectorAdd (_direction vectorMultiply _maxDistance), _shooter, objNull, true, 99];
|
||||
|
||||
TRACE_1("lineIntersectsSurfaces",_intersections);
|
||||
|
||||
local _distance = 999;
|
||||
private _distance = 999;
|
||||
|
||||
{
|
||||
_x params ["_intersectPosASL", "_surfaceNormal", "_intersectObject"];
|
||||
|
Loading…
Reference in New Issue
Block a user