changeset 16 | b6f4b413dd41 |
parent 4 | bcbd7adb4e4b |
child 17 | a6bed8d31444 |
--- 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;