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