Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Options Menu does not display its text + fix #3

Open
ivorss opened this issue Apr 22, 2022 · 0 comments
Open

Options Menu does not display its text + fix #3

ivorss opened this issue Apr 22, 2022 · 0 comments

Comments

@ivorss
Copy link

ivorss commented Apr 22, 2022

In the file m_menu.c for some reason the strings have been removed from the OptionsMenu[] array. The array initialization needs to be restored to this in order for the menu to display its text properly:

menuitem_t OptionsMenu[]=
{
// killough 4/6/98: move setup to be a sub-menu of OPTIONs
{1,"M_GENERL", M_General, 'g'}, // killough 10/98
{1,"M_SETUP", M_Setup, 's'}, // phares 3/21/98
{1,"M_ENDGAM", M_EndGame,'e'},
{1,"M_MESSG", M_ChangeMessages,'m'},
/* {1,"M_DETAIL", M_ChangeDetail,'g'}, unused -- killough /
{2,"M_SCRNSZ", M_SizeDisplay,'s'},
{-1,"",0},
{1,"M_MSENS", M_ChangeSensitivity,'m'},
/
{-1,"",0}, replaced with submenu -- killough */
{1,"M_SVOL", M_Sound,'s'}
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant