1
0
Fork 0

(svn r19487) -Codechange: Removed non-reachable return statement.

release/1.1
alberth 2010-03-20 16:53:46 +00:00
parent 2dcca0ca76
commit a9d4eb86b8
1 changed files with 0 additions and 2 deletions

View File

@ -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);
return DoClearBridge(tile, flags);
}
return CMD_ERROR;
}
/**