From c9de9262ae2cbb799ff71d4d93dace22f33247aa Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Thu, 6 Mar 2008 15:05:38 +0000 Subject: Updated revision to 194. Calling `draw' command without arguments lists registered strings. Fixed Windows compilation issues. Fixed Ctrl+C in console. --- source/cl_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cl_console.c') diff --git a/source/cl_console.c b/source/cl_console.c index 1eca052..304517a 100644 --- a/source/cl_console.c +++ b/source/cl_console.c @@ -986,7 +986,7 @@ void Key_Console( int key ) { return; } - if( ( key == 'd' || key == 'c' ) && Key_IsDown( K_CTRL ) ) { + if( key == 'd' && Key_IsDown( K_CTRL ) ) { con.mode = CON_DEFAULT; return; } -- cgit v1.2.3