(svn r16349) -Codechange: rename IsPlainRailTile() to IsPlainRail(), introduce shiny new IsPlainRailTile()

This commit is contained in:
smatz
2009-05-18 01:26:23 +00:00
parent d1f9a90d32
commit 0af27062c4
13 changed files with 51 additions and 41 deletions

View File

@@ -394,7 +394,7 @@ CommandCost CmdBuildBridge(TileIndex end_tile, DoCommandFlag flags, uint32 p1, u
break;
case MP_RAILWAY:
if (!IsPlainRailTile(tile)) goto not_valid_below;
if (!IsPlainRail(tile)) goto not_valid_below;
break;
case MP_ROAD: