hedgewars/uChat.pas
changeset 2290 bf87ca44782e
parent 2161 0c8634241fa4
child 2376 ece7b87f1334
--- 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;