mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
keys: fix default binding of ESC button after unbindall command
This commit is contained in:
parent
da4062ede9
commit
3bf5f19446
@ -374,7 +374,7 @@ void Key_Unbindall_f( void )
|
|||||||
}
|
}
|
||||||
|
|
||||||
// set some defaults
|
// set some defaults
|
||||||
Key_SetBinding( K_ESCAPE, "cancelselect" );
|
Key_SetBinding( K_ESCAPE, "escape" );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user