Changeset 180:07c8c13a2fff

Show
Ignore:
Timestamp:
05/21/08 17:10:16 (2 years ago)
Author:
Madtree <madtree@…>
Branch:
renderer
Message:

* Fix Bug: Impossible to make any Y+X key combinaison in the console (key state was cleared)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/client/cl_console.c

    r0 r180  
    640640*/ 
    641641void Con_RunConsole (void) { 
    642         // Don't allow any key states at all when keycatching 
    643         if ( cls.keyCatchers != 0 ) 
    644                 Key_ClearStates( ); 
    645  
    646642        // decide on the destination height of the console 
    647643        if ( cls.keyCatchers & KEYCATCH_CONSOLE )