diff -r 8daf1ee0b9a3 -r 0f396d0c429d hedgewars/uIO.pas --- a/hedgewars/uIO.pas Thu Jan 12 16:33:26 2006 +0000 +++ b/hedgewars/uIO.pas Thu Jan 12 22:07:36 2006 +0000 @@ -184,6 +184,7 @@ 'S': ParseCommand('switch'); 'j': ParseCommand('ljump'); 'J': ParseCommand('hjump'); + ',': ParseCommand('skip'); 'N': begin tmpflag:= false; {$IFDEF DEBUGFILE}AddFileLog('got cmd "N": time '+inttostr(extcmd[cmdcurpos].Time)){$ENDIF}