From 7fb3f54584fd9dd3266997cd12bd1853c18ad5bb Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 29 Jul 2007 23:42:59 +0000 Subject: (svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "road" everywhere except in the tile type. --- src/rail.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rail.cpp') diff --git a/src/rail.cpp b/src/rail.cpp index a5f2633fd..e1fa6792a 100644 --- a/src/rail.cpp +++ b/src/rail.cpp @@ -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; -- cgit v1.2.3-54-g00ecf