diff -r 2c98ec41697a -r 9a6030d96273 hedgewars/ArgParsers.inc --- a/hedgewars/ArgParsers.inc Mon Dec 03 17:49:02 2012 +0100 +++ b/hedgewars/ArgParsers.inc Mon Dec 03 17:51:57 2012 +0100 @@ -202,8 +202,6 @@ or (cmdArray[index] = '--lowquality'); if (not isBool) or ((ParamStr(paramIndex)='1') and (cmdArray[index]<>'--nomusic') and (cmdArray[index]<>'--nosound')) then parseParameter(cmdArray[index], ParamStr(paramIndex), tmpInt); - //if isBool then - // paramIndex:= paramIndex+1; index:= index+1; end; end;