F9 shortcut for preferences now works from game.
This commit is contained in:
parent
7978b20b8d
commit
6bcb8e8724
1 changed files with 1 additions and 2 deletions
|
@ -639,8 +639,7 @@ local int CommandKey(int key)
|
|||
|
||||
case KeyCodeF9: // Preferences menu
|
||||
if( KeyState!=KeyStateInput ) {
|
||||
// FIXME: Enable when this works
|
||||
// UiEnterPreferencesOptionsMenu();
|
||||
UiEnterPreferencesOptionsMenu();
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue