F9 shortcut for preferences now works from game.

This commit is contained in:
nehalmistry 2002-04-10 19:21:47 +00:00
parent 7978b20b8d
commit 6bcb8e8724

View file

@ -639,8 +639,7 @@ local int CommandKey(int key)
case KeyCodeF9: // Preferences menu
if( KeyState!=KeyStateInput ) {
// FIXME: Enable when this works
// UiEnterPreferencesOptionsMenu();
UiEnterPreferencesOptionsMenu();
}
break;