From 7860d8d18a41600bac17facad083db8b8a9b8aed Mon Sep 17 00:00:00 2001 From: frosch Date: Wed, 6 Feb 2008 16:12:23 +0000 Subject: (svn r12071) -Feature(ette): Draw river- and canal-edges under docks and shipdepots. --- src/water.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/water.h') diff --git a/src/water.h b/src/water.h index 3eecc15f4..2ed54856b 100644 --- a/src/water.h +++ b/src/water.h @@ -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); -- cgit v1.2.3-54-g00ecf