File diff r8615:80a1f1db1d98 → r8616:656db5986c9e
src/town_cmd.cpp
Show inline comments
 
@@ -592,7 +592,7 @@ static void GetTileDesc_Town(TileIndex t
 
	td->owner = OWNER_TOWN;
 
}
 

	
 
static uint32 GetTileTrackStatus_Town(TileIndex tile, TransportType mode, uint sub_mode, DiagDirection side)
 
static TrackStatus GetTileTrackStatus_Town(TileIndex tile, TransportType mode, uint sub_mode, DiagDirection side)
 
{
 
	/* not used */
 
	return 0;