diff options
author | Tim Angus <tim@ngus.net> | 2001-09-09 21:33:55 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-09-09 21:33:55 +0000 |
commit | 7ee1d69b7370b2a494fa588b786313e95c89281b (patch) | |
tree | 7a720d59ba75ea46d6ede3d9bf63d465c0ee7f73 /src/cgame | |
parent | ba0f08ae97958db13ca16a1e82d141679bfb77f4 (diff) |
Remains of medistation, beginnings of bank
Diffstat (limited to 'src/cgame')
-rw-r--r-- | src/cgame/cg_consolecmds.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cgame/cg_consolecmds.c b/src/cgame/cg_consolecmds.c index 316baef8..4e7bfd15 100644 --- a/src/cgame/cg_consolecmds.c +++ b/src/cgame/cg_consolecmds.c @@ -386,6 +386,8 @@ void CG_InitConsoleCommands( void ) { trap_AddCommand ("build"); trap_AddCommand ("buy"); trap_AddCommand ("sell"); + trap_AddCommand ("deposit"); + trap_AddCommand ("withdraw"); trap_AddCommand ("itemact"); trap_AddCommand ("itemdeact"); trap_AddCommand ("itemtoggle"); |