mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
Fixed "Detailed save messages" option's value
The value for that option was displayed as "Unknown", instead of "On" or "Off".
This commit is contained in:
parent
8e2a629e5a
commit
81cca69303
1 changed files with 1 additions and 1 deletions
|
@ -1123,7 +1123,7 @@ OptionMenu MessageOptions
|
|||
Option "$MSGMNU_CENTEREDMESSAGES", "msgmidcolor", "TextColors"
|
||||
StaticText " "
|
||||
Option "$MSGMNU_SCREENSHOTMESSAGES", "screenshot_quiet", "OffOn"
|
||||
Option "$MSGMNU_LONGSAVEMESSAGES", " longsavemessages", "OnOff"
|
||||
Option "$MSGMNU_LONGSAVEMESSAGES", "longsavemessages", "OnOff"
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue