(svn r8528) -Codechange: Rename IsBuoy_() to IsBuoy() now that the naming conflict no longer exists.

This commit is contained in:
celestar
2007-02-02 07:48:06 +00:00
parent ae3982dbec
commit 90528dc78e
4 changed files with 6 additions and 6 deletions

View File

@@ -2149,7 +2149,7 @@ static uint32 GetTileTrackStatus_Station(TileIndex tile, TransportType mode)
case TRANSPORT_WATER:
// buoy is coded as a station, it is always on open water
if (IsBuoy_(tile)) return TRACK_BIT_ALL * 0x101;
if (IsBuoy(tile)) return TRACK_BIT_ALL * 0x101;
break;
case TRANSPORT_ROAD: