Fix accidental numerical change (#5235)

This commit is contained in:
SilentSpike 2017-06-03 01:56:24 +01:00 committed by PabstMirror
parent bf4b49a213
commit b3889d9d7e

View File

@ -29,7 +29,7 @@ _drawVehicles = [];
_color = GETVAR(_x,GVAR(gColor),[ARR_4(0,0,0,0)]);
_txt = groupID _x;
drawIcon3D ["\A3\ui_f\data\map\markers\nato\b_inf.paa", _color, (_leader modelToWorldVisual (_leader selectionPosition "Head")) vectorAdd [0,0,1.5], 1, 1, 0, _txt, 2, 0.02];
drawIcon3D ["\A3\ui_f\data\map\markers\nato\b_inf.paa", _color, (_leader modelToWorldVisual (_leader selectionPosition "Head")) vectorAdd [0,0,28.5], 1, 1, 0, _txt, 2, 0.02];
} else {
_drawVehicles append (units _x);
};