diff -r 54fd6924de4e -r 812682c1ab62 hedgewars/hwengine.dpr --- a/hedgewars/hwengine.dpr Sun May 27 17:55:55 2007 +0000 +++ b/hedgewars/hwengine.dpr Sun May 27 20:17:55 2007 +0000 @@ -177,7 +177,7 @@ {$ENDIF} case ParamCount of -12: begin +13: begin val(ParamStr(2), cScreenWidth); val(ParamStr(3), cScreenHeight); cBitsStr:= ParamStr(4); @@ -190,6 +190,7 @@ val(ParamStr(10), cTimerInterval); PathPrefix:= ParamStr(11); cShowFPS:= ParamStr(12) = '1'; + cAltDamage:= ParamStr(13) = '1'; for p:= Succ(Low(TPathType)) to High(TPathType) do if p <> ptMapCurrent then Pathz[p]:= PathPrefix + '/' + Pathz[p]; AddClouds