mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- fixed: VideoOptions was renamed to DisplayOptions, but its menu reference was not updated, causing a VM abort
This commit is contained in:
parent
48cff0a617
commit
26ec0f6f17
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ OptionMenu "OptionsMenu" protected
|
|||
Submenu "$OPTMNU_MISCELLANEOUS", "MiscOptions"
|
||||
Submenu "$OPTMNU_NETWORK", "NetworkOptions"
|
||||
Submenu "$OPTMNU_SOUND", "SoundOptions"
|
||||
Submenu "$OPTMNU_DISPLAY", "VideoOptions"
|
||||
Submenu "$OPTMNU_DISPLAY", "DisplayOptions"
|
||||
Submenu "$OPTMNU_VIDEO", "VideoModeMenu"
|
||||
StaticText " "
|
||||
Submenu "$OS_TITLE", "os_Menu"
|
||||
|
|
Loading…
Reference in a new issue