summaryrefslogtreecommitdiff
path: root/src/gfx.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2008-05-21 22:15:39 +0000
committerfrosch <frosch@openttd.org>2008-05-21 22:15:39 +0000
commiteca692ef90477a0d0440b2354c99c0fac08bd2fa (patch)
tree62b63bf8a41a39d8f1a47c54975f356368304e1f /src/gfx.cpp
parent510c0acb4aa1c6179857f5d1824828b7f2fbdc6c (diff)
downloadopenttd-eca692ef90477a0d0440b2354c99c0fac08bd2fa.tar.xz
(svn r13206) -Feature(ette): Display all owners of a tile in the tile-info-window.
Diffstat (limited to 'src/gfx.cpp')
-rw-r--r--src/gfx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gfx.cpp b/src/gfx.cpp
index a59bf568b..e85caaab8 100644
--- a/src/gfx.cpp
+++ b/src/gfx.cpp
@@ -427,9 +427,9 @@ end_of_inner_loop:
}
}
-/** Draw a given string with the centre around the given x coordinates
+/** Draw a given string with the centre around the given (x,y) coordinates
* @param x Centre the string around this pixel width
- * @param y Draw the string at this pixel height (first line's bottom)
+ * @param y Centre the string around this pixel height
* @param str String to draw
* @param maxw Maximum width the string can have before it is wrapped */
void DrawStringMultiCenter(int x, int y, StringID str, int maxw)