fix error when opening triage card

This commit is contained in:
commy2 2015-09-03 18:30:29 +02:00
parent 795b7a893f
commit b737f42777

View File

@ -66,7 +66,7 @@ if (_show) then {
_triageStatus = [_target] call FUNC(getTriageStatus);
_triageStatus params ["_text", "_color"];
_triageStatus params ["_text", "", "_color"];
(_display displayCtrl 2000) ctrlSetText _text;
(_display displayCtrl 2000) ctrlSetBackgroundColor _color;