Changeset - r14881:aa3ca3f4aea6
[Not reviewed]
master
0 1 0
alberth - 15 years ago 2010-03-20 16:53:46
alberth@openttd.org
(svn r19487) -Codechange: Removed non-reachable return statement.
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/tunnelbridge_cmd.cpp
Show inline comments
 
@@ -793,8 +793,6 @@ static CommandCost ClearTile_TunnelBridg
 
		if (flags & DC_AUTO) return_cmd_error(STR_ERROR_MUST_DEMOLISH_BRIDGE_FIRST);
 
		return DoClearBridge(tile, flags);
 
	}
 

	
 
	return CMD_ERROR;
 
}
 

	
 
/**
0 comments (0 inline, 0 general)