diff -r 1b9e33623b7e -r 3d4692e825e7 hedgewars/hwengine.dpr --- a/hedgewars/hwengine.dpr Fri Feb 20 11:58:58 2009 +0000 +++ b/hedgewars/hwengine.dpr Fri Feb 20 14:12:16 2009 +0000 @@ -187,7 +187,7 @@ {$ENDIF} case ParamCount of -15: begin +16: begin val(ParamStr(2), cScreenWidth); val(ParamStr(3), cScreenHeight); cInitWidth:= cScreenWidth; @@ -205,6 +205,7 @@ cAltDamage:= ParamStr(13) = '1'; UserNick:= DecodeBase64(ParamStr(14)); isMusicEnabled:= ParamStr(15) = '1'; + cReducedQuality:= ParamStr(16) = '1'; for p:= Succ(Low(TPathType)) to High(TPathType) do if p <> ptMapCurrent then Pathz[p]:= PathPrefix + '/' + Pathz[p] end;