IOQ3 commit 2252

This commit is contained in:
Richard Allen 2012-10-04 14:27:03 +00:00
parent 930daac006
commit 31a7c4c941
1 changed files with 1 additions and 1 deletions

View File

@ -975,7 +975,7 @@ void IN_Frame( void )
IN_ProcessEvents( );
// If not DISCONNECTED (main menu) or ACTIVE (in game), we're loading
loading = !!( clc.state != CA_DISCONNECTED && clc.state != CA_ACTIVE );
loading = ( clc.state != CA_DISCONNECTED && clc.state != CA_ACTIVE );
if( !Cvar_VariableIntegerValue("r_fullscreen") && ( Key_GetCatcher( ) & KEYCATCH_CONSOLE ) )
{