Also adapted Task menus to know the task type.

This commit is contained in:
FlightControl 2017-07-13 22:13:08 +02:00
parent 4252f9baac
commit beb87f82bf

View File

@ -1396,7 +1396,7 @@ function TASK:ReportOverview( ReportGroup ) --R2.1 fixed report. Now nicely form
local FromCoordinate = ReportGroup:GetUnit(1):GetCoordinate()
local ToCoordinate = TaskInfo.TaskInfoText -- Core.Point#COORDINATE
--Report:Add( TaskInfoIDText )
LineReport:Add( ToCoordinate:ToString( ReportGroup ) )
LineReport:Add( ToCoordinate:ToString( ReportGroup, nil, self ) )
--Report:AddIndent( ToCoordinate:ToStringBULLS( ReportGroup:GetCoalition() ) )
else
end