Aaand in .17 0.9.17
authornemo
Mon, 14 Nov 2011 13:31:38 -0500
branch0.9.17
changeset 6375 fcea0c053bc1
parent 6372 b392132a588c (current diff)
parent 6374 b024e279587c (diff)
child 6400 a057306acea6
Aaand in .17
CMakeLists.txt
--- a/hedgewars/uCaptions.pas	Mon Nov 14 13:14:32 2011 -0500
+++ b/hedgewars/uCaptions.pas	Mon Nov 14 13:31:38 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)