(svn r27686) -Change: List railtype of rail tiles explicitly in the tile info window.
This commit is contained in:
@@ -2995,6 +2995,7 @@ static void GetTileDesc_Station(TileIndex tile, TileDesc *td)
|
||||
|
||||
const RailtypeInfo *rti = GetRailTypeInfo(GetRailType(tile));
|
||||
td->rail_speed = rti->max_speed;
|
||||
td->railtype = rti->strings.name;
|
||||
}
|
||||
|
||||
if (IsAirport(tile)) {
|
||||
|
Reference in New Issue
Block a user