forked from mirror/OpenTTD
(svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile.
This commit is contained in:
@@ -319,7 +319,7 @@ static void TileLoop_Unmovable(TileIndex tile)
|
||||
}
|
||||
|
||||
|
||||
static uint32 GetTileTrackStatus_Unmovable(TileIndex tile, TransportType mode)
|
||||
static uint32 GetTileTrackStatus_Unmovable(TileIndex tile, TransportType mode, uint sub_mode)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user