forked from mirror/OpenTTD
(svn r16349) -Codechange: rename IsPlainRailTile() to IsPlainRail(), introduce shiny new IsPlainRailTile()
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user