--- a/hedgewars/uIO.pas Mon Oct 11 16:23:36 2010 -0400
+++ b/hedgewars/uIO.pas Mon Oct 11 16:28:54 2010 -0400
@@ -330,7 +330,6 @@
end;
'w': ParseCommand('setweap ' + headcmd^.str[2], true);
't': ParseCommand('taunt ' + headcmd^.str[2], true);
- 'g': ParseCommand('newgrave', true);
'h': ParseCommand('hogsay ' + copy(headcmd^.str, 2, Pred(headcmd^.len)), true);
'1'..'5': ParseCommand('timer ' + headcmd^.cmd, true);
#128..char(128 + cMaxSlotIndex): ParseCommand('slot ' + char(byte(headcmd^.cmd) - 79), true)