mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-20 10:52:41 +01:00
(svn r8528) -Codechange: Rename IsBuoy_() to IsBuoy() now that the naming conflict no longer exists.
This commit is contained in:
@@ -352,7 +352,7 @@ static bool IsWateredTile(TileIndex tile)
|
||||
return false;
|
||||
}
|
||||
|
||||
case MP_STATION: return IsOilRig(tile) || IsDock(tile) || IsBuoy_(tile);
|
||||
case MP_STATION: return IsOilRig(tile) || IsDock(tile) || IsBuoy(tile);
|
||||
default: return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user