From 0e392efbac290666260e2782af1fd4f5ce0d09f6 Mon Sep 17 00:00:00 2001 From: thilo Date: Wed, 26 Mar 2008 16:20:21 +0000 Subject: Make sure fullscreen does not work for in_nograb when manually Alt-Entering, too. git-svn-id: svn://svn.icculus.org/quake3/trunk@1282 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/cl_keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/client') diff --git a/code/client/cl_keys.c b/code/client/cl_keys.c index 38f41d0..72fdbe8 100644 --- a/code/client/cl_keys.c +++ b/code/client/cl_keys.c @@ -1164,7 +1164,7 @@ void CL_KeyEvent (int key, qboolean down, unsigned time) { { if (keys[K_ALT].down) { - Key_ClearStates(); +// Key_ClearStates(); // Thilo: why should we clear the key states here? Cvar_SetValue( "r_fullscreen", !Cvar_VariableIntegerValue( "r_fullscreen" ) ); return; -- cgit v1.2.3