summaryrefslogtreecommitdiff
path: root/source/cl_keys.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cl_keys.c')
-rw-r--r--source/cl_keys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_keys.c b/source/cl_keys.c
index 7ccd659..1a403ed 100644
--- a/source/cl_keys.c
+++ b/source/cl_keys.c
@@ -824,7 +824,7 @@ void Key_Event( unsigned key, qboolean down, unsigned time ) {
#ifndef USE_CHAR_EVENTS
if( keydown[K_CTRL] || keydown[K_ALT] ) {
- // return;
+ return;
}
switch( key ) {