Show all buildings in radar window. This makes the building under attack

colour change feature work correctly, too.


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5563 4a71c877-e1ca-e34f-864e-861f7616d084
master
Per Inge Mathisen 2008-07-16 11:13:36 +00:00
parent 94aca87927
commit d98f300696
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ static void DrawRadarObjects(UDWORD *screen)
MAPTILE *psTile = mapTile(x, y);
STRUCTURE *psStruct = (STRUCTURE *)psTile->psObject;
if (!TileHasTallStructure(psTile))
if (!TileHasStructure(psTile))
{
continue;
}