Some work on cleaning up Missions

This commit is contained in:
Alexander Bock
2016-09-24 20:28:03 +02:00
parent 49308c658c
commit 3d894c38e3
5 changed files with 36 additions and 29 deletions
+1 -1
View File
@@ -1364,7 +1364,7 @@ void RenderEngine::renderInformation() {
// Add spacing
RenderFontCr(*_fontInfo, penPosition, nonCurrentMissionColor, " ");
std::list<const MissionPhase*> phaseTrace = mission.phaseTrace(currentTime);
std::vector<const MissionPhase*> phaseTrace = mission.phaseTrace(currentTime);
if (phaseTrace.size()) {
std::string title = "Current Mission Phase: " + phaseTrace.back()->name();