diff -r 5d0704f23a2a -r ad4b6c2b09e8 hedgewars/uChat.pas --- a/hedgewars/uChat.pas Mon Jun 25 10:44:27 2012 +0200 +++ b/hedgewars/uChat.pas Mon Jun 25 11:47:40 2012 +0200 @@ -96,9 +96,7 @@ SDL_FreeSurface(strSurface); cl.Time:= RealTicks + 12500; -cl.Tex:= Surface2Tex(resSurface, false); - -SDL_FreeSurface(resSurface) +cl.Tex:= Surface2Atlas(resSurface, false); end; // For uStore texture recreation