hedgewars/uIO.pas
changeset 3969 5f4ef3db0a65
parent 3962 e9ee2bd51e08
child 3971 5c82ee165ed5
--- 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)