diff -r 30ca06092a64 -r ca5f06017e99 hedgewars/uIO.pas --- a/hedgewars/uIO.pas Wed Aug 16 11:41:00 2006 +0000 +++ b/hedgewars/uIO.pas Wed Aug 16 21:35:27 2006 +0000 @@ -204,7 +204,7 @@ CursorPoint.Y:= extcmd[cmdcurpos].Y + WorldDy; end; '1'..'5': ParseCommand('timer ' + extcmd[cmdcurpos].cmd); - #128..#134: ParseCommand('slot ' + char(byte(extcmd[cmdcurpos].cmd) - 79)) + #128..char(128 + cMaxSlotIndex): ParseCommand('slot ' + char(byte(extcmd[cmdcurpos].cmd) - 79)) end; inc(cmdcurpos) end;