diff options
author | rubidium <rubidium@openttd.org> | 2009-03-22 09:34:06 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-03-22 09:34:06 +0000 |
commit | e74dc1e1d6dc57b2d6b79ef921888c0204855139 (patch) | |
tree | 1266c6a78a4ae2bcbfd356af1e87bfdbb85fbe80 /src/gfx_func.h | |
parent | 70d0f8857e5b984d5f74dda353413dc2cd8221ba (diff) | |
download | openttd-e74dc1e1d6dc57b2d6b79ef921888c0204855139.tar.xz |
(svn r15803) -Codechange: use the new text drawing API for multicenter
-Fix (r15800): off-by-one w.r.t. offsets
Diffstat (limited to 'src/gfx_func.h')
-rw-r--r-- | src/gfx_func.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gfx_func.h b/src/gfx_func.h index 97ae75617..c54509f3d 100644 --- a/src/gfx_func.h +++ b/src/gfx_func.h @@ -108,7 +108,6 @@ Dimension GetStringBoundingBox(const char *str); uint32 FormatStringLinebreaks(char *str, int maxw); int GetStringHeight(StringID str, int maxw); void LoadStringWidthTable(); -void DrawStringMultiCenter(int x, int y, StringID str, int maxw); /** * Let the dirty blocks repainting by the video driver. |