From 357aba747578ecd3b8cc1a29bc740634211ada37 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 13 Nov 2005 21:16:34 +0000 Subject: (svn r3176) Use proper types, not some variants of int --- gfx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gfx.c') diff --git a/gfx.c b/gfx.c index 670e62c9f..d3c6e7015 100644 --- a/gfx.c +++ b/gfx.c @@ -430,7 +430,7 @@ static uint32 FormatStringLinebreaks(char *str, int maxw) } } -void DrawStringMultiCenter(int x, int y, uint16 str, int maxw) +void DrawStringMultiCenter(int x, int y, StringID str, int maxw) { char buffer[512]; uint32 tmp; @@ -476,7 +476,7 @@ void DrawStringMultiCenter(int x, int y, uint16 str, int maxw) } } -void DrawStringMultiLine(int x, int y, uint16 str, int maxw) +void DrawStringMultiLine(int x, int y, StringID str, int maxw) { char buffer[512]; uint32 tmp; -- cgit v1.2.3-70-g09d2