(svn r12071) -Feature(ette): Draw river- and canal-edges under docks and shipdepots.

This commit is contained in:
frosch
2008-02-06 16:12:23 +00:00
parent e95e887772
commit 7860d8d18a
3 changed files with 44 additions and 36 deletions

View File

@@ -11,8 +11,7 @@ bool FloodHalftile(TileIndex t);
void ConvertGroundTilesIntoWaterTiles();
void DrawShipDepotSprite(int x, int y, int image);
void DrawCanalWater(TileIndex tile, bool draw_base);
void DrawRiverWater(const struct TileInfo *ti, bool draw_base);
void DrawWaterClassGround(const struct TileInfo *ti);
void DrawShoreTile(Slope tileh);
void MakeWaterKeepingClass(TileIndex tile, Owner o);