(svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "road" everywhere except in the tile type.
This commit is contained in:
@@ -110,7 +110,7 @@ RailType GetTileRailType(TileIndex tile)
|
||||
case MP_RAILWAY:
|
||||
return GetRailType(tile);
|
||||
|
||||
case MP_STREET:
|
||||
case MP_ROAD:
|
||||
/* rail/road crossing */
|
||||
if (IsLevelCrossing(tile)) return GetRailType(tile);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user