hedgewars/uChat.pas
changeset 2619 bc2786a00fb8
parent 2518 126850aec94d
child 2622 39932161194e
--- 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);