mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +00:00
keys: fix indentation
This commit is contained in:
parent
18353d9ae6
commit
d18708acf5
@ -281,7 +281,7 @@ int Key_GetKey( const char *pBinding )
|
||||
continue;
|
||||
|
||||
if( *keys[i].binding == '+' )
|
||||
{
|
||||
{
|
||||
if( !Q_strnicmp( keys[i].binding + 1, pBinding, Q_strlen( pBinding )))
|
||||
return i;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user