Skip to content

Commit

Permalink
Always show droid rank in transporter menu.
Browse files Browse the repository at this point in the history
It was not shown in missions other than those offworld.
  • Loading branch information
KJeff01 committed Dec 3, 2017
1 parent 73036ec commit 4cfa002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intdisplay.cpp
Expand Up @@ -2076,7 +2076,7 @@ void IntTransportButton::display(int xOffset, int yOffset)
displayIMD(Image(), ImdObject::Droid(psDroid), xOffset, yOffset);
displayIfHighlight(xOffset, yOffset);

if (psDroid && missionForReInforcements())
if (psDroid)
{
// Add the experience level for each droid
unsigned gfxId = getDroidRankGraphic(psDroid);
Expand Down

0 comments on commit 4cfa002

Please sign in to comment.