Mercurial > hg > openttd
diff src/water.h @ 8496:1a19e49ad645 draft
(svn r12071) -Feature(ette): Draw river- and canal-edges under docks and shipdepots.
author | frosch <frosch@openttd.org> |
---|---|
date | Wed, 06 Feb 2008 16:12:23 +0000 (2008-02-06) |
parents | 1e4ea519bfaf |
children | 3c66bb36c785 |
line wrap: on
line diff
--- a/src/water.h +++ b/src/water.h @@ -11,8 +11,7 @@ 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);