mirror of https://github.com/OpenTTD/OpenTTD
(svn r19487) -Codechange: Removed non-reachable return statement.
parent
2dcca0ca76
commit
a9d4eb86b8
|
@ -793,8 +793,6 @@ static CommandCost ClearTile_TunnelBridge(TileIndex tile, DoCommandFlag flags)
|
||||||
if (flags & DC_AUTO) return_cmd_error(STR_ERROR_MUST_DEMOLISH_BRIDGE_FIRST);
|
if (flags & DC_AUTO) return_cmd_error(STR_ERROR_MUST_DEMOLISH_BRIDGE_FIRST);
|
||||||
return DoClearBridge(tile, flags);
|
return DoClearBridge(tile, flags);
|
||||||
}
|
}
|
||||||
|
|
||||||
return CMD_ERROR;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue