diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/client/cl_keys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/cl_keys.c b/src/client/cl_keys.c index db8dfd82..212ac8d5 100644 --- a/src/client/cl_keys.c +++ b/src/client/cl_keys.c @@ -1144,7 +1144,7 @@ void CL_KeyDownEvent( int key, unsigned time ) // keys can still be used for bound actions if ( ( key < 128 || key == K_MOUSE1 ) && - ( clc.demoplaying || cls.state == CA_CINEMATIC ) && Key_GetCatcher( ) == 0 ) { + ( !clc.demoplaying && cls.state == CA_CINEMATIC ) && Key_GetCatcher( ) == 0 ) { if (Cvar_VariableValue ("com_cameraMode") == 0) { Cvar_Set ("nextdemo",""); |