diff --git a/wadsrc/static/menudef.simplified b/wadsrc/static/menudef.simplified index 92ed05005..a37e36164 100644 --- a/wadsrc/static/menudef.simplified +++ b/wadsrc/static/menudef.simplified @@ -1,6 +1,6 @@ // this file has the simplified menu here. // this file is *only* for options that are relevant to a novice user of GZDoom -// this file needs to be regularly pruned, with options coalesced as much as possible. any and all verbosity should go to the classic menus. +// this file needs to be regularly pruned, with options coalesced as much as possible. any and all verbosity should go to the "full" menus. OptionMenu "OptionsMenuSimple" protected { diff --git a/wadsrc/static/menudef.txt b/wadsrc/static/menudef.txt index 502484d32..965d11254 100644 --- a/wadsrc/static/menudef.txt +++ b/wadsrc/static/menudef.txt @@ -385,8 +385,10 @@ OptionMenu "OptionsMenu" protected Option "$OPTMNU_SIMPLEON", "m_simpleoptions", "OnOff" StaticText " " - SafeCommand "$OPTMNU_DEFAULTS", "reset2defaults" + SafeCommand "$OPTMNU_DEFAULTS", "reset2defaults" SafeCommand "$OPTMNU_RESETTOSAVED", "reset2saved" + SafeCommand "$OPTMNU_WRITEINI", "writeini" + Command "$OPTMNU_CONSOLE", "menuconsole" StaticText " " }