mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- ENDOOM is not Windows only anymore.
This commit is contained in:
parent
8da4f2a212
commit
abaa0f2178
1 changed files with 3 additions and 5 deletions
|
@ -1241,11 +1241,9 @@ OptionMenu "MiscOptions" protected
|
|||
StaticText " "
|
||||
Option "$MISCMNU_QUICKEXIT", "m_quickexit", "OnOff"
|
||||
|
||||
IfOption(Windows)
|
||||
{
|
||||
StaticText " "
|
||||
Option "$DSPLYMNU_SHOWENDOOM", "showendoom", "Endoom"
|
||||
}
|
||||
StaticText " "
|
||||
Option "$DSPLYMNU_SHOWENDOOM", "showendoom", "Endoom"
|
||||
|
||||
StaticText " "
|
||||
Option "$MISCMNU_CLEANMENU", "m_cleanscale", "OffOn"
|
||||
Option "$MISCMNU_CLEANSTAT", "wi_cleantextscale", "OnOff"
|
||||
|
|
Loading…
Reference in a new issue