hedgewars/uChat.pas
changeset 4920 bc3c077e15a2
parent 4901 d1e2d82d9ccc
child 4925 3d90fd7f738a
--- 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;