# HG changeset patch # User nemo # Date 1321295498 18000 # Node ID fcea0c053bc11d022c44a8c76327a63519652bbb # Parent b392132a588c698b99adbf5d9f7992a160f0062d# Parent b024e279587c83d704764cc8f4be3c867acc30d5 Aaand in .17 diff -r b392132a588c -r fcea0c053bc1 CMakeLists.txt diff -r b392132a588c -r fcea0c053bc1 hedgewars/uCaptions.pas --- 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)