diff -r 3c65326bb713 -r 3602ede67ec5 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Sat Apr 09 15:54:28 2011 -0400 +++ b/hedgewars/uVariables.pas Sun Apr 10 20:24:25 2011 +0400 @@ -45,6 +45,7 @@ cReadyDelay : Longword = 5000; cLogfileBase : shortstring = 'debug'; cStereoMode : TStereoMode = smNone; + cOnlyStats : boolean = False; ////////////////////////// alsoShutdownFrontend: boolean = false;