diff -r 1d5baba66cb6 -r e5ba3dd12531 hedgewars/uStore.pas --- a/hedgewars/uStore.pas Wed Nov 14 22:08:40 2012 -0500 +++ b/hedgewars/uStore.pas Wed Nov 14 22:27:05 2012 -0500 @@ -146,6 +146,7 @@ texsurf, flagsurf, iconsurf: PSDL_Surface; foundBot: boolean; begin + if cOnlyStats then exit; r.x:= 0; r.y:= 0; drY:= - 4; @@ -873,6 +874,7 @@ var r: TSDL_Rect; texsurf: PSDL_Surface; begin + if cOnlyStats then exit; if Step = 0 then begin WriteToConsole(msgLoading + 'progress sprite: '); @@ -1127,10 +1129,14 @@ {$IFNDEF DARWIN}ico: PSDL_Surface;{$ENDIF} {$IFDEF SDL13}x, y: LongInt;{$ENDIF} begin + if cOnlyStats then + begin + MaxTextureSize:= 1024; + exit + end; if Length(s) = 0 then - cFullScreen:= (not cFullScreen) - else - cFullScreen:= s = '1'; + cFullScreen:= (not cFullScreen) + else cFullScreen:= s = '1'; AddFileLog('Preparing to change video parameters...'); {$IFDEF SDL13}