diff -r 1d5baba66cb6 -r e5ba3dd12531 hedgewars/uCaptions.pas --- a/hedgewars/uCaptions.pas Wed Nov 14 22:08:40 2012 -0500 +++ b/hedgewars/uCaptions.pas Wed Nov 14 22:27:05 2012 -0500 @@ -44,6 +44,7 @@ procedure AddCaption(s: shortstring; Color: Longword; Group: TCapGroup); begin + if cOnlyStats then exit; if Captions[Group].Text <> s then begin FreeTexture(Captions[Group].Tex);