diff -r ae428043da32 -r 6b6cf3389f92 hedgewars/uIO.pas --- a/hedgewars/uIO.pas Sat Feb 21 14:40:35 2009 +0000 +++ b/hedgewars/uIO.pas Sat Feb 21 14:43:40 2009 +0000 @@ -260,6 +260,7 @@ end; 'w': ParseCommand('setweap ' + headcmd^.str[2], true); 't': ParseCommand('taunt ' + headcmd^.str[2], true); + 'g': ParseCommand('newgrave', true); '1'..'5': ParseCommand('timer ' + headcmd^.cmd, true); #128..char(128 + cMaxSlotIndex): ParseCommand('slot ' + char(byte(headcmd^.cmd) - 79), true) else