hedgewars/ArgParsers.inc
changeset 8204 9a6030d96273
parent 8197 6d9371d6d045
child 8207 5f08609613fe
equal deleted inserted replaced
8203:2c98ec41697a 8204:9a6030d96273
   200             or (cmdArray[index] = '--showfps')
   200             or (cmdArray[index] = '--showfps')
   201             or (cmdArray[index] = '--altdmg')
   201             or (cmdArray[index] = '--altdmg')
   202             or (cmdArray[index] = '--lowquality');
   202             or (cmdArray[index] = '--lowquality');
   203         if (not isBool) or ((ParamStr(paramIndex)='1') and (cmdArray[index]<>'--nomusic') and (cmdArray[index]<>'--nosound')) then
   203         if (not isBool) or ((ParamStr(paramIndex)='1') and (cmdArray[index]<>'--nomusic') and (cmdArray[index]<>'--nosound')) then
   204             parseParameter(cmdArray[index], ParamStr(paramIndex), tmpInt);
   204             parseParameter(cmdArray[index], ParamStr(paramIndex), tmpInt);
   205         //if isBool then
       
   206         //  paramIndex:= paramIndex+1;
       
   207         index:= index+1;
   205         index:= index+1;
   208         end;
   206         end;
   209 end;
   207 end;
   210 
   208 
   211 procedure playReplayFileWithParameters();
   209 procedure playReplayFileWithParameters();