Skip to content

Commit

Permalink
fixed whoopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
Robosturm committed Mar 1, 2020
1 parent c71c10d commit 31d9a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/unit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@ void Unit::updateIcons(Player* pPlayer)
{
loadIcon("transport+hidden", GameMap::Imagesize / 2, GameMap::Imagesize / 2);
}
else
else if (getLoadingPlace() > 0)
{
loadIcon("transport", GameMap::Imagesize / 2, GameMap::Imagesize / 2);
}
Expand Down

0 comments on commit 31d9a95

Please sign in to comment.