summaryrefslogtreecommitdiff
path: root/src/viewport.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-03 17:30:08 +0000
committerrubidium <rubidium@openttd.org>2009-11-03 17:30:08 +0000
commitd79439fb3c7798c2ec993acc9cfb5602b9d6a82c (patch)
tree807690f133385b8ba647eeea77bef2c128edd3bc /src/viewport.cpp
parentb211e0d5f5a402665ed5178397e996deb12b0f85 (diff)
downloadopenttd-d79439fb3c7798c2ec993acc9cfb5602b9d6a82c.tar.xz
(svn r17963) -Codechange: some documentation style
Diffstat (limited to 'src/viewport.cpp')
-rw-r--r--src/viewport.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/viewport.cpp b/src/viewport.cpp
index dc6c94989..724e96072 100644
--- a/src/viewport.cpp
+++ b/src/viewport.cpp
@@ -1442,10 +1442,10 @@ static void ViewportDrawStrings(DrawPixelInfo *dpi, const StringSpriteToDrawVect
if (IsInvisibilitySet(TO_SIGNS) && ss->string != STR_WHITE_SIGN) continue;
/* if we didn't draw a rectangle, or if transparant building is on,
- * draw the text in the colour the rectangle would have */
+ * draw the text in the colour the rectangle would have */
if (IsTransparencySet(TO_SIGNS) && ss->string != STR_WHITE_SIGN) {
/* Real colours need the IS_PALETTE_COLOUR flag
- * otherwise colours from _string_colourmap are assumed. */
+ * otherwise colours from _string_colourmap are assumed. */
colour = (TextColour)_colour_gradient[ss->colour][6] | IS_PALETTE_COLOUR;
}