hedgewars/uCaptions.pas
changeset 6374 b024e279587c
parent 6371 c6f73d8e87e2
child 6377 3ce19204b14b
--- a/hedgewars/uCaptions.pas	Mon Nov 14 13:15:55 2011 -0500
+++ b/hedgewars/uCaptions.pas	Mon Nov 14 13:30:17 2011 -0500
@@ -48,7 +48,7 @@
         Captions[Group].Tex:= nil
         end;
     
-    if Captions[Group].Text <> s then
+    if Captions[Group].Tex = nil then
         begin
         Captions[Group].Text:= s;
         Captions[Group].Tex:= RenderStringTex(s, Color, fntBig)