diff options
author | Tim Angus <tim@ngus.net> | 2009-10-03 12:46:30 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:13 +0000 |
commit | 120a3dd717954482db9109358f26b009f05d0421 (patch) | |
tree | a11dbb06594df9b6bfb954769a979b77f89d0a42 /src/ui/ui_atoms.c | |
parent | 947d079b94b7cfb2cf42d612ede728c34552d373 (diff) |
* Various changes resulting from sanity checking against mgdev HEAD
Diffstat (limited to 'src/ui/ui_atoms.c')
-rw-r--r-- | src/ui/ui_atoms.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ui/ui_atoms.c b/src/ui/ui_atoms.c index 32df5491..c78df7ff 100644 --- a/src/ui/ui_atoms.c +++ b/src/ui/ui_atoms.c @@ -128,7 +128,6 @@ static void UI_MessageMode_f( void ) char *arg = UI_Argv( 0 ); trap_Cvar_Set( "ui_sayBuffer", "" ); - uiInfo.chatTeam = qfalse; switch( arg[ 11 ] ) { @@ -189,8 +188,8 @@ qboolean UI_ConsoleCommand( int realTime ) if( Q_stricmp( commands[ i ].cmd, cmd ) == 0 ) { commands[ i ].function( ); - } - return qtrue; + return qtrue; + } } return qfalse; |