mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Oops
This commit is contained in:
parent
f34bda950d
commit
8e5c61ebf4
@ -203,10 +203,9 @@ if (DMS_ShowDifficultyColorLegend) then
|
||||
};
|
||||
|
||||
private _dot = createMarker [format ["DMS_MissionMarker_Difficulty_%1",_difficulty],_pos];
|
||||
_dot setMarkerColor "ColorWhite";
|
||||
_dot setMarkerType "mil_dot";
|
||||
_dot setMarkerAlpha 0.5;
|
||||
_dot setMarkerType _markerType;
|
||||
_dot setMarkerText _difficulty;
|
||||
_dot setMarkerAlpha 0.5;
|
||||
} forEach ["hardcore","difficult","moderate","easy"];
|
||||
};
|
||||
|
||||
|
@ -99,7 +99,6 @@ if (DMS_ShowMarkerCircle) then
|
||||
};
|
||||
|
||||
private _dot = createMarker [format ["DMS_MissionMarkerDot%1_%2",_num,round(time)], _pos];
|
||||
_dot setMarkerColor "ColorBlack";
|
||||
_dot setMarkerType _markerType;
|
||||
_dot setMarkerText _text;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user