* Tidy up the keyboard code a bit, add in_keyboardDebug
This commit is contained in:
parent
9705664d2c
commit
5b4dc4c743
3 changed files with 85 additions and 58 deletions
|
@ -1164,7 +1164,6 @@ void CL_KeyEvent (int key, qboolean down, unsigned time) {
|
|||
{
|
||||
if (keys[K_ALT].down)
|
||||
{
|
||||
// Key_ClearStates(); // Thilo: why should we clear the key states here?
|
||||
Cvar_SetValue( "r_fullscreen",
|
||||
!Cvar_VariableIntegerValue( "r_fullscreen" ) );
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue