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/elrail.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/elrail.cpp') diff --git a/src/elrail.cpp b/src/elrail.cpp index 435675b15..e4fbbec59 100644 --- a/src/elrail.cpp +++ b/src/elrail.cpp @@ -369,7 +369,7 @@ static void DrawCatenaryRailway(const TileInfo *ti) /* * The "wire"-sprite position is inside the tile, i.e. 0 <= sss->?_offset < TILE_SIZE. - * Therefore it is save to use GetSlopeZ() for the elevation. + * Therefore it is safe to use GetSlopeZ() for the elevation. * Also note, that the result of GetSlopeZ() is very special for bridge-ramps. */ AddSortableSpriteToDraw(sss->image, PAL_NONE, ti->x + sss->x_offset, ti->y + sss->y_offset, -- cgit v1.2.3-54-g00ecf