mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
Merge branch 'original' (except gldebug, msaa)
This commit is contained in:
@@ -764,8 +764,8 @@ void CL_CharEvent( int key )
|
||||
|
||||
if( cls.key_dest == key_console && !Con_Visible( ))
|
||||
{
|
||||
if((char)key == ',' || (char)key == '?' )
|
||||
return; // don't pass ',' when we open the console
|
||||
if((char)key == '`' || (char)key == '?' )
|
||||
return; // don't pass '`' when we open the console
|
||||
}
|
||||
|
||||
// distribute the key down event to the apropriate handler
|
||||
|
||||
Reference in New Issue
Block a user