(svn r20561) -Fix: compiler warning

pull/155/head
rubidium 14 years ago
parent 70c2393d16
commit b18525ad86

@ -202,7 +202,7 @@ static inline DiagDirection GetShipDepotDirection(TileIndex t)
* @param tile One of the tiles of the ship depot.
* @return The northern tile of the depot.
*/
static TileIndex GetShipDepotNorthTile(TileIndex t)
static inline TileIndex GetShipDepotNorthTile(TileIndex t)
{
assert(IsShipDepot(t));
TileIndex tile2 = GetOtherShipDepotTile(t);

Loading…
Cancel
Save