From e1bbd6301551617a972d9f63714a1ac785d71970 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 19 Aug 2002 00:56:43 +0000 Subject: * Brought hand-to-hand grabbing back for WP_GRAB_CLAW --- src/cgame/cg_consolecmds.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cgame') diff --git a/src/cgame/cg_consolecmds.c b/src/cgame/cg_consolecmds.c index 63e095df..c53ee166 100644 --- a/src/cgame/cg_consolecmds.c +++ b/src/cgame/cg_consolecmds.c @@ -329,6 +329,7 @@ void CG_InitConsoleCommands( void ) { trap_AddCommand ("itemdeact"); trap_AddCommand ("itemtoggle"); trap_AddCommand ("destroy"); + trap_AddCommand ("deconstruct"); trap_AddCommand ("torch"); trap_AddCommand ("menu"); trap_AddCommand ("ui_menu"); -- cgit