# HG changeset patch
# User nemo
# Date 1321295417 18000
# Node ID b024e279587c83d704764cc8f4be3c867acc30d5
# Parent  67de1f88d8f9361cbfbcb7ace685bcac085c1a9d
oops. tex could expire, too...

diff -r 67de1f88d8f9 -r b024e279587c hedgewars/uCaptions.pas
--- 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)