Skip to content

Commit

Permalink
- fixed inverted menu setting for 'Disable menu clean scaling'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Nov 1, 2020
1 parent 18bf807 commit 5157420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wadsrc/static/menudef.txt
Expand Up @@ -1247,7 +1247,7 @@ OptionMenu "MiscOptions" protected
Option "$DSPLYMNU_SHOWENDOOM", "showendoom", "Endoom"
}
StaticText " "
Option "$MISCMNU_CLEANMENU", "m_cleanscale", "OnOff"
Option "$MISCMNU_CLEANMENU", "m_cleanscale", "OffOn"
Option "$MISCMNU_CLEANSTAT", "wi_cleantextscale", "OnOff"
Option "$MISCMNU_WIPERCENT", "wi_percents", "OnOff"

Expand Down

0 comments on commit 5157420

Please sign in to comment.