(svn r8528) -Codechange: Rename IsBuoy_() to IsBuoy() now that the naming conflict no longer exists.
This commit is contained in:
@@ -14,6 +14,6 @@ StationType GetStationType(TileIndex t)
|
||||
if (IsBusStop(t)) return STATION_BUS;
|
||||
if (IsOilRig(t)) return STATION_OILRIG;
|
||||
if (IsDock(t)) return STATION_DOCK;
|
||||
assert(IsBuoy_(t));
|
||||
assert(IsBuoy(t));
|
||||
return STATION_BUOY;
|
||||
}
|
||||
|
Reference in New Issue
Block a user