keys: fix default binding of ESC button after unbindall command
This commit is contained in:
parent
da4062ede9
commit
3bf5f19446
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ void Key_Unbindall_f( void )
|
|||
}
|
||||
|
||||
// set some defaults
|
||||
Key_SetBinding( K_ESCAPE, "cancelselect" );
|
||||
Key_SetBinding( K_ESCAPE, "escape" );
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue