(svn r27686) -Change: List railtype of rail tiles explicitly in the tile info window.

This commit is contained in:
frosch
2016-12-09 21:27:22 +00:00
parent acc817b3f5
commit 10293c5fb1
7 changed files with 37 additions and 24 deletions

View File

@@ -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)) {