diff -r 2c3a6bece643 -r 835392304f81 hedgewars/uChat.pas --- a/hedgewars/uChat.pas Sat Nov 05 06:02:32 2011 +0100 +++ b/hedgewars/uChat.pas Sat Nov 05 06:06:04 2011 +0100 @@ -84,7 +84,7 @@ font:= CheckCJKFont(str, fnt16); w:= 0; h:= 0; // avoid compiler hints -TTF_SizeUTF8(Fontz[font].Handle, Str2PChar(str), w, h); +TTF_SizeUTF8(Fontz[font].Handle, Str2PChar(str), @w, @h); resSurface:= SDL_CreateRGBSurface(0, toPowerOf2(w), toPowerOf2(h), 32, RMask, GMask, BMask, AMask);