(svn r21956) -Cleanup: always draw the bridge pillars

This commit is contained in:
rubidium
2011-02-04 14:38:33 +00:00
parent 1a9ae166eb
commit 285f369969
3 changed files with 1 additions and 3 deletions

View File

@@ -1336,7 +1336,7 @@ void DrawBridgeMiddle(const TileInfo *ti)
DrawGroundSpriteAt(image, pal, x - ti->x, y - ti->y, z - ti->z);
}
} else if (_settings_client.gui.bridge_pillars) {
} else {
/* draw pillars below for high bridges */
DrawBridgePillars(psid, ti, axis, drawfarpillar, x, y, z);
}