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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user