summaryrefslogtreecommitdiff
path: root/src/cgame
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2001-05-06 00:56:01 +0000
committerTim Angus <tim@ngus.net>2001-05-06 00:56:01 +0000
commit63c14b02a7f7e44c5ee99a999bc0477cded7cb9a (patch)
tree53c8d552af2535c0136550549b0f654dc6fb3303 /src/cgame
parentd126b9715a511405588f8aafa78a62084418982d (diff)
More work on the slot system. Generalised the weapon buy function. Added a sell function.
Diffstat (limited to 'src/cgame')
-rw-r--r--src/cgame/cg_consolecmds.c1
1 files changed, 1 insertions, 0 deletions
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");