diff -r 23ee71bd049b -r bc2786a00fb8 hedgewars/uChat.pas --- a/hedgewars/uChat.pas Fri Nov 13 23:04:23 2009 +0000 +++ b/hedgewars/uChat.pas Sat Nov 14 02:53:04 2009 +0000 @@ -84,6 +84,7 @@ RMask, GMask, BMask, AMask); strSurface:= TTF_RenderUTF8_Solid(Fontz[fnt16].Handle, Str2PChar(str), color); +//strSurface:= doSurfaceConversion(strSurface); cl.Width:= w + 4; SDL_UpperBlit(strSurface, nil, resSurface, nil); SDL_FreeSurface(strSurface);