From e840aabf8da0c74a312caf22b6405f6d87403cc4 Mon Sep 17 00:00:00 2001 From: smatz Date: Mon, 25 Aug 2008 20:54:34 +0000 Subject: (svn r14176) -Fix: better 'safe' than ... 'save' --- src/tunnelbridge_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tunnelbridge_cmd.cpp') diff --git a/src/tunnelbridge_cmd.cpp b/src/tunnelbridge_cmd.cpp index 5b83c2ddd..fcf05ffb8 100644 --- a/src/tunnelbridge_cmd.cpp +++ b/src/tunnelbridge_cmd.cpp @@ -1472,7 +1472,7 @@ static CommandCost TerraformTile_TunnelBridge(TileIndex tile, uint32 flags, uint uint z_old; Slope tileh_old = GetTileSlope(tile, &z_old); - /* Check if new slope is valid for bridges in general (so we can savely call GetBridgeFoundation()) */ + /* Check if new slope is valid for bridges in general (so we can safely call GetBridgeFoundation()) */ if ((direction == DIAGDIR_NW) || (direction == DIAGDIR_NE)) { CheckBridgeSlopeSouth(axis, &tileh_old, &z_old); res = CheckBridgeSlopeSouth(axis, &tileh_new, &z_new); -- cgit v1.2.3-70-g09d2