File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7814,15 +7814,15 @@ void System()
78147814 // font=tfont;
78157815
78167816 misc_menu.select_uid (MENUID_MISC_FULLSCREEN, isFullScreen ());
7817- misc_menu.select_uid (MENUID_MISC_VIDMODE, isFullScreen ());
7817+ misc_menu.disable_uid (MENUID_MISC_VIDMODE, isFullScreen ());
78187818
78197819 #if DEVLEVEL > 1
78207820 dev_menu.disable_uid (MENUID_DEV_SETCHEAT, !Playing);
78217821 #endif
78227822 game_menu.disable_uid (MENUID_GAME_LOADQUEST, getsaveslot () < 0 );
78237823 game_menu.disable_uid (MENUID_GAME_ENDGAME, !Playing);
7824- misc_menu.select_uid (MENUID_MISC_QUEST_INFO, !Playing);
7825- misc_menu.select_uid (MENUID_MISC_QUEST_DIR, Playing);
7824+ misc_menu.disable_uid (MENUID_MISC_QUEST_INFO, !Playing);
7825+ misc_menu.disable_uid (MENUID_MISC_QUEST_DIR, Playing);
78267826 clear_keybuf ();
78277827
78287828 clear_bitmap (menu_bmp);
You can’t perform that action at this time.
0 commit comments