From e3ea3c8fbee464ec5016f6b80f05370a1d864afc Mon Sep 17 00:00:00 2001 From: belugas Date: Sat, 9 Aug 2008 02:11:46 +0000 Subject: (svn r14027) -Codechange: Document a bit the DoDrawString function while removing yet som more magic numbers and one "false" colour --- src/gfx_func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gfx_func.h') diff --git a/src/gfx_func.h b/src/gfx_func.h index 3d8204ee8..dceb17ae6 100644 --- a/src/gfx_func.h +++ b/src/gfx_func.h @@ -87,7 +87,7 @@ int DoDrawStringCentered(int x, int y, const char *str, uint16 color); int DrawString(int x, int y, StringID str, uint16 color); int DrawStringTruncated(int x, int y, StringID str, uint16 color, uint maxw); -int DoDrawString(const char *string, int x, int y, uint16 color); +int DoDrawString(const char *string, int x, int y, uint16 real_colour, bool multiline_skipping = true); int DoDrawStringTruncated(const char *str, int x, int y, uint16 color, uint maxw); void DrawStringCenterUnderline(int x, int y, StringID str, uint16 color); -- cgit v1.2.3-54-g00ecf