Skip to content

Commit

Permalink
Run toggleconsole in binds while in menu or message mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Jan 17, 2013
1 parent 4ba1442 commit 9c701a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/client/cl_keys.c
Expand Up @@ -1131,6 +1131,8 @@ static qboolean CL_BindUICommand( const char *cmd ) {
if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE )
return qfalse;

if ( !Q_stricmp( cmd, "toggleconsole" ) )
return qtrue;
if ( !Q_stricmp( cmd, "togglemenu" ) )
return qtrue;

Expand Down

0 comments on commit 9c701a7

Please sign in to comment.