mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- fixed inverted menu setting for 'Disable menu clean scaling'
https://forum.zdoom.org/viewtopic.php?t=70475
This commit is contained in:
parent
18bf807ab3
commit
515742033e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue