forked from mirror/OpenTTD
Codechange: make use of Tile in for all direct map accesses
This commit is contained in:
@@ -158,7 +158,7 @@ CommandCost CmdBuildShipDepot(DoCommandFlag flags, TileIndex tile, Axis axis)
|
||||
return cost;
|
||||
}
|
||||
|
||||
bool IsPossibleDockingTile(TileIndex t)
|
||||
bool IsPossibleDockingTile(Tile t)
|
||||
{
|
||||
assert(IsValidTile(t));
|
||||
switch (GetTileType(t)) {
|
||||
|
Reference in New Issue
Block a user