From 270f8fb381539c98203d1478e2c948b2e9c50923 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 19 May 2019 13:01:09 +0300 Subject: [PATCH] - added missing quotation mark in menu definition Script error, "gzdoom.pk3:menudef.txt" line 1472: Insufficient parameters for OptionMenuItemOption --- wadsrc/static/menudef.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/menudef.txt b/wadsrc/static/menudef.txt index 32754ae52d..e829d89177 100644 --- a/wadsrc/static/menudef.txt +++ b/wadsrc/static/menudef.txt @@ -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 " "