hedgewars/ArgParsers.inc
changeset 8204 9a6030d96273
parent 8197 6d9371d6d045
child 8207 5f08609613fe
--- 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;