summaryrefslogtreecommitdiff
path: root/src/elrail.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-08-25 20:54:34 +0000
committersmatz <smatz@openttd.org>2008-08-25 20:54:34 +0000
commite840aabf8da0c74a312caf22b6405f6d87403cc4 (patch)
tree42fa63ac300807cc8271f18d5ce378744da7412a /src/elrail.cpp
parent759fb5937d50cd7a68da4815b49194a9006a2c51 (diff)
downloadopenttd-e840aabf8da0c74a312caf22b6405f6d87403cc4.tar.xz
(svn r14176) -Fix: better 'safe' than ... 'save'
Diffstat (limited to 'src/elrail.cpp')
-rw-r--r--src/elrail.cpp2
1 files changed, 1 insertions, 1 deletions
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,