--- a/hedgewars/uChat.pas Thu Jul 30 17:32:46 2009 +0000
+++ b/hedgewars/uChat.pas Thu Jul 30 22:36:57 2009 +0000
@@ -71,7 +71,7 @@
SDL_FreeSurface(strSurface);
cl.Time:= RealTicks + 12500;
-cl.Tex:= Surface2Tex(resSurface);
+cl.Tex:= Surface2Tex(resSurface, false);
SDL_FreeSurface(resSurface)
end;