mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-07 16:31:17 +00:00
Hide the joystick menu instead of disabling it.
git-svn-id: https://svn.eduke32.com/eduke32@6710 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
94b2fc68af
commit
de272d0d00
1 changed files with 1 additions and 1 deletions
|
@ -1987,7 +1987,7 @@ static void Menu_Pre(MenuID_t cm)
|
||||||
|
|
||||||
case MENU_OPTIONS:
|
case MENU_OPTIONS:
|
||||||
MenuEntry_DisableOnCondition(&ME_OPTIONS_PLAYERSETUP, ud.recstat == 1);
|
MenuEntry_DisableOnCondition(&ME_OPTIONS_PLAYERSETUP, ud.recstat == 1);
|
||||||
MenuEntry_DisableOnCondition(&ME_OPTIONS_JOYSTICKSETUP, CONTROL_JoyPresent == 0);
|
MenuEntry_HideOnCondition(&ME_OPTIONS_JOYSTICKSETUP, !ud.config.UseJoystick || CONTROL_JoyPresent == 0);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MENU_COLCORR:
|
case MENU_COLCORR:
|
||||||
|
|
Loading…
Reference in a new issue