(svn r25229) -Feature: [NewGRF] Variable 0x82 for canals and rivers (dike map)

This commit is contained in:
planetmaker
2013-05-06 20:48:18 +00:00
parent 26dd535c6b
commit a8ba748434
3 changed files with 27 additions and 1 deletions

View File

@@ -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: