mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-07 23:10:04 +00:00
(svn r20561) -Fix: compiler warning
This commit is contained in:
parent
55c1af9fb1
commit
1fe3ce9993
@ -202,7 +202,7 @@ static inline DiagDirection GetShipDepotDirection(TileIndex t)
|
|||||||
* @param tile One of the tiles of the ship depot.
|
* @param tile One of the tiles of the ship depot.
|
||||||
* @return The northern tile of the depot.
|
* @return The northern tile of the depot.
|
||||||
*/
|
*/
|
||||||
static TileIndex GetShipDepotNorthTile(TileIndex t)
|
static inline TileIndex GetShipDepotNorthTile(TileIndex t)
|
||||||
{
|
{
|
||||||
assert(IsShipDepot(t));
|
assert(IsShipDepot(t));
|
||||||
TileIndex tile2 = GetOtherShipDepotTile(t);
|
TileIndex tile2 = GetOtherShipDepotTile(t);
|
||||||
|
Loading…
Reference in New Issue
Block a user