mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-19 08:01:50 +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
a9e94c8252
commit
a282c99f40
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