src/gfx.cpp
changeset 8320 6ffad7a5d242
parent 8177 f0bcc8e149f3
child 8423 8453e9a0f0b5
--- a/src/gfx.cpp	Sat Nov 03 23:34:12 2007 +0000
+++ b/src/gfx.cpp	Sun Nov 04 00:08:57 2007 +0000
@@ -562,7 +562,7 @@
  * @param x offset from left side of the screen, if negative offset from the right side
  * @param y offset from top side of the screen, if negative offset from the bottom
  * @param real_color colour of the string, see _string_colormap in
- * table/palettes.h or docs/ottd-colourtext-palette.png
+ * table/palettes.h or docs/ottd-colourtext-palette.png or the enum TextColour in gfx.h
  * @return the x-coordinates where the drawing has finished. If nothing is drawn
  * the originally passed x-coordinate is returned */
 int DoDrawString(const char *string, int x, int y, uint16 real_color)