diff options
author | Tim Angus <tim@ngus.net> | 2004-02-28 16:35:39 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2004-02-28 16:35:39 +0000 |
commit | d1318515a8a9d2b8369e136fa91ff1a1f159a168 (patch) | |
tree | a4ff45828c70434fd2fe08b52e11a38b1b3a253f /src/cgame | |
parent | 478b83d361938d4c4d21ffc97e25504323e18645 (diff) |
* Added missing \n after server speech
* Added auto select option to team menu
* g_teamForceBalance now works
* Added "reload" command
* cg_lagometer now works
Diffstat (limited to 'src/cgame')
-rw-r--r-- | src/cgame/cg_consolecmds.c | 4 | ||||
-rw-r--r-- | src/cgame/cg_draw.c | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/cgame/cg_consolecmds.c b/src/cgame/cg_consolecmds.c index 80cd1293..468cdeac 100644 --- a/src/cgame/cg_consolecmds.c +++ b/src/cgame/cg_consolecmds.c @@ -279,9 +279,7 @@ void CG_InitConsoleCommands( void ) trap_AddCommand( "build" ); trap_AddCommand( "buy" ); trap_AddCommand( "sell" ); - trap_AddCommand( "deposit" ); - trap_AddCommand( "withdraw" ); - trap_AddCommand( "spawnbody" ); + trap_AddCommand( "reload" ); trap_AddCommand( "itemact" ); trap_AddCommand( "itemdeact" ); trap_AddCommand( "itemtoggle" ); diff --git a/src/cgame/cg_draw.c b/src/cgame/cg_draw.c index e4c0402a..fa046dbb 100644 --- a/src/cgame/cg_draw.c +++ b/src/cgame/cg_draw.c @@ -1905,6 +1905,9 @@ static void CG_DrawLagometer( rectDef_t *rect, qhandle_t shader ) if( cg.snap->ps.pm_type == PM_INTERMISSION ) return; + if( !cg_lagometer.integer ) + return; + // // draw the graph // |