mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 13:41:33 +01: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
|
||||
Key_SetBinding( K_ESCAPE, "cancelselect" );
|
||||
Key_SetBinding( K_ESCAPE, "escape" );
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user