1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-17 11:39:11 +00:00

(svn r8687) [0.5] -Fix [FS#617]: assertion when getting the height of a bridge from the ramp tile.

This commit is contained in:
rubidium
2007-02-12 10:03:42 +00:00
parent 9aa9579283
commit 2d3a64ffcc
3 changed files with 5 additions and 3 deletions

View File

@@ -611,7 +611,7 @@ static int32 DoClearTunnel(TileIndex tile, uint32 flags)
}
static uint GetBridgeHeightRamp(TileIndex t)
uint GetBridgeHeightRamp(TileIndex t)
{
uint h;
uint tileh = GetTileSlope(t, &h);