keys: fix default binding of ESC button after unbindall command

This commit is contained in:
Alibek Omarov 2019-07-11 03:57:09 +03:00
parent da4062ede9
commit 3bf5f19446
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ void Key_Unbindall_f( void )
}
// set some defaults
Key_SetBinding( K_ESCAPE, "cancelselect" );
Key_SetBinding( K_ESCAPE, "escape" );
}
/*