summaryrefslogtreecommitdiff
path: root/src/water.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2008-02-06 16:12:23 +0000
committerfrosch <frosch@openttd.org>2008-02-06 16:12:23 +0000
commit7860d8d18a41600bac17facad083db8b8a9b8aed (patch)
tree424c0effec495435001f65997bc895e2bb70ed9c /src/water.h
parente95e8877721a35b5e9c6761f4c40a8a0396a9168 (diff)
downloadopenttd-7860d8d18a41600bac17facad083db8b8a9b8aed.tar.xz
(svn r12071) -Feature(ette): Draw river- and canal-edges under docks and shipdepots.
Diffstat (limited to 'src/water.h')
-rw-r--r--src/water.h3
1 files changed, 1 insertions, 2 deletions
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);