From a8ba74843439e1ad1157db7621cbd1a5ae10e428 Mon Sep 17 00:00:00 2001 From: planetmaker Date: Mon, 6 May 2013 20:48:18 +0000 Subject: (svn r25229) -Feature: [NewGRF] Variable 0x82 for canals and rivers (dike map) --- src/water_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/water_cmd.cpp') diff --git a/src/water_cmd.cpp b/src/water_cmd.cpp index ccda7fb06..b99741cfe 100644 --- a/src/water_cmd.cpp +++ b/src/water_cmd.cpp @@ -548,7 +548,7 @@ static CommandCost ClearTile_Water(TileIndex tile, DoCommandFlag flags) * @return true iff the tile is water in the view of 'from'. * */ -static bool IsWateredTile(TileIndex tile, Direction from) +bool IsWateredTile(TileIndex tile, Direction from) { switch (GetTileType(tile)) { case MP_WATER: -- cgit v1.2.3-54-g00ecf