Changeset 180:07c8c13a2fff
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r0
|
r180
|
|
| 640 | 640 | */ |
| 641 | 641 | void Con_RunConsole (void) { |
| 642 | | // Don't allow any key states at all when keycatching |
| 643 | | if ( cls.keyCatchers != 0 ) |
| 644 | | Key_ClearStates( ); |
| 645 | | |
| 646 | 642 | // decide on the destination height of the console |
| 647 | 643 | if ( cls.keyCatchers & KEYCATCH_CONSOLE ) |