src/water.h
branchNewGRF_ports
changeset 6878 7d1ff2f621c7
parent 6877 889301acc299
--- a/src/water.h	Sun Feb 03 20:34:26 2008 +0000
+++ b/src/water.h	Mon Mar 10 15:26:39 2008 +0000
@@ -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);