Changeset - r15869:3237cbc42f75
[Not reviewed]
master
0 1 0
rubidium - 14 years ago 2010-08-19 14:26:41
rubidium@openttd.org
(svn r20561) -Fix: compiler warning
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/water_map.h
Show inline comments
 
@@ -202,7 +202,7 @@ static inline DiagDirection GetShipDepot
 
 * @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);
0 comments (0 inline, 0 general)