hedgewars/uIO.pas
changeset 48 0f396d0c429d
parent 37 2b7f2a43b999
child 49 3afe33c1cf06
equal deleted inserted replaced
47:8daf1ee0b9a3 48:0f396d0c429d
   182         'A': ParseCommand('+attack');
   182         'A': ParseCommand('+attack');
   183         'a': ParseCommand('-attack');
   183         'a': ParseCommand('-attack');
   184         'S': ParseCommand('switch');
   184         'S': ParseCommand('switch');
   185         'j': ParseCommand('ljump');
   185         'j': ParseCommand('ljump');
   186         'J': ParseCommand('hjump');
   186         'J': ParseCommand('hjump');
       
   187         ',': ParseCommand('skip');
   187         'N': begin
   188         'N': begin
   188              tmpflag:= false;
   189              tmpflag:= false;
   189              {$IFDEF DEBUGFILE}AddFileLog('got cmd "N": time '+inttostr(extcmd[cmdcurpos].Time)){$ENDIF}
   190              {$IFDEF DEBUGFILE}AddFileLog('got cmd "N": time '+inttostr(extcmd[cmdcurpos].Time)){$ENDIF}
   190              end;
   191              end;
   191         'p': begin
   192         'p': begin