diff -r 6200cca92480 -r b6f4b413dd41 hedgewars/uIO.pas --- a/hedgewars/uIO.pas Sun Sep 11 11:45:01 2005 +0000 +++ b/hedgewars/uIO.pas Sun Sep 11 21:02:11 2005 +0000 @@ -199,7 +199,7 @@ CursorPoint.Y:= extcmd[cmdcurpos].Y + WorldDy; end; '1'..'5': ParseCommand('/timer ' + extcmd[cmdcurpos].cmd); - #128..#131: ParseCommand('/slot ' + char(byte(extcmd[cmdcurpos].cmd) - 79)) + #128..#134: ParseCommand('/slot ' + char(byte(extcmd[cmdcurpos].cmd) - 79)) end; inc(cmdcurpos) end;