mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 12:11:25 +00:00
- added missing quotation mark in menu definition
Script error, "gzdoom.pk3:menudef.txt" line 1472: Insufficient parameters for OptionMenuItemOption
This commit is contained in:
parent
2c226afff1
commit
270f8fb381
1 changed files with 1 additions and 1 deletions
|
@ -1469,7 +1469,7 @@ OptionMenu MessageOptions protected
|
|||
Option "$MSGMNU_MESSAGELEVEL", "msg", "MessageLevels"
|
||||
Option "$MSGMNU_DEVELOPER", "developer", "DevMessageLevels"
|
||||
Option "$MSGMNU_CENTERMESSAGES", "con_centernotify", "OnOff"
|
||||
Option "$MSGMNU_SUBTITLES, "inter_subtitles", "OnOff"
|
||||
Option "$MSGMNU_SUBTITLES", "inter_subtitles", "OnOff"
|
||||
StaticText " "
|
||||
StaticText "$MSGMNU_MESSAGECOLORS", 1
|
||||
StaticText " "
|
||||
|
|
Loading…
Reference in a new issue