diff options
author | alberth <alberth@openttd.org> | 2010-10-30 17:51:07 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-10-30 17:51:07 +0000 |
commit | 7e48d85104549cbb3604aa7eb262b922dbc3f640 (patch) | |
tree | 0afba23f2fce7664320853c8deaaf293b8363e16 /src/viewport.cpp | |
parent | ca8d55ebcd368998aac4a46f8697a5c4585df66d (diff) | |
download | openttd-7e48d85104549cbb3604aa7eb262b922dbc3f640.tar.xz |
(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)
Diffstat (limited to 'src/viewport.cpp')
-rw-r--r-- | src/viewport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewport.cpp b/src/viewport.cpp index c41c2d309..3b25c9efe 100644 --- a/src/viewport.cpp +++ b/src/viewport.cpp @@ -821,7 +821,7 @@ static void AddStringToDraw(int x, int y, StringID string, uint64 params_1, uint */ static void DrawSelectionSprite(SpriteID image, PaletteID pal, const TileInfo *ti, int z_offset, FoundationPart foundation_part) { - /* FIXME: This is not totally valid for some autorail highlights, that extent over the edges of the tile. */ + /* FIXME: This is not totally valid for some autorail highlights that extend over the edges of the tile. */ if (_vd.foundation[foundation_part] == -1) { /* draw on real ground */ AddTileSpriteToDraw(image, pal, ti->x, ti->y, ti->z + z_offset); |