diff -r c6d3aec73f93 -r bc3c077e15a2 hedgewars/uChat.pas --- a/hedgewars/uChat.pas Sat Feb 05 11:32:15 2011 +0300 +++ b/hedgewars/uChat.pas Sat Feb 05 15:45:44 2011 +0100 @@ -65,9 +65,9 @@ color: TSDL_Color; font: THWFont; begin -if cl.Tex <> nil then - FreeTexture(cl.Tex); - +// these two lines lines crash when run multiple times? +//if cl.Tex <> nil then +// FreeTexture(cl.Tex); cl.s:= str;