From e3c69b7c4ebebba0aa85ef41ff6627705acb1db5 Mon Sep 17 00:00:00 2001 From: Yexo Date: Wed, 21 Jan 2009 02:31:55 +0000 Subject: (svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map. --- src/water.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/water.h') diff --git a/src/water.h b/src/water.h index 2fa063b3c..5c562e6fa 100644 --- a/src/water.h +++ b/src/water.h @@ -7,6 +7,7 @@ void TileLoop_Water(TileIndex tile); bool FloodHalftile(TileIndex t); +void DoFloodTile(TileIndex target); void ConvertGroundTilesIntoWaterTiles(); -- cgit v1.2.3-54-g00ecf