diff options
author | Tim Angus <tim@ngus.net> | 2002-08-19 00:56:43 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2002-08-19 00:56:43 +0000 |
commit | e1bbd6301551617a972d9f63714a1ac785d71970 (patch) | |
tree | da6c0b99409fa48771c95ff6700c1456c4f581d4 /src/cgame | |
parent | 5566ab510cb018f477a344530c0923c99ef98a99 (diff) |
* Brought hand-to-hand grabbing back for WP_GRAB_CLAW
Diffstat (limited to 'src/cgame')
-rw-r--r-- | src/cgame/cg_consolecmds.c | 1 |
1 files changed, 1 insertions, 0 deletions
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"); |