From 63c14b02a7f7e44c5ee99a999bc0477cded7cb9a Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 6 May 2001 00:56:01 +0000 Subject: More work on the slot system. Generalised the weapon buy function. Added a sell function. --- 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 13e68628..7df6f751 100644 --- a/src/cgame/cg_consolecmds.c +++ b/src/cgame/cg_consolecmds.c @@ -295,6 +295,7 @@ void CG_InitConsoleCommands( void ) { trap_AddCommand ("class"); trap_AddCommand ("build"); trap_AddCommand ("buy"); + trap_AddCommand ("sell"); trap_AddCommand ("itemact"); trap_AddCommand ("itemdeact"); trap_AddCommand ("itemtoggle"); -- cgit