Changeset - r9880:ab5464c57091
[Not reviewed]
master
0 1 0
belugas - 16 years ago 2008-08-09 02:54:06
belugas@openttd.org
(svn r14028) -Fix(r14027): Wrong value for the multiline_skipping. Just the other way around.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/gfx_func.h
Show inline comments
 
@@ -87,7 +87,7 @@ int DoDrawStringCentered(int x, int y, c
 
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 real_colour, bool multiline_skipping = true);
 
int DoDrawString(const char *string, int x, int y, uint16 real_colour, bool multiline_skipping = false);
 
int DoDrawStringTruncated(const char *str, int x, int y, uint16 color, uint maxw);
 

	
 
void DrawStringCenterUnderline(int x, int y, StringID str, uint16 color);
0 comments (0 inline, 0 general)