hedgewars/uIO.pas
changeset 1821 6b6cf3389f92
parent 1639 89b536a3cf3c
child 1888 e76274ce7365
--- 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