- Added missing string and removed blank line in menu.

This commit is contained in:
drfrag 2019-09-30 21:27:55 +02:00
parent a44f80c19d
commit d25557597b
2 changed files with 1 additions and 4 deletions

View file

@ -2000,6 +2000,7 @@ MISCMNU_CACHENODES = "Cache nodes";
MISCMNU_CACHETIME = "Time threshold for node caching";
MISCMNU_CLEARNODECACHE = "Clear node cache";
MISCMNU_INTERSCROLL = "Allow skipping of intermission scrollers";
MISCMNU_QUICKEXIT = "Allow quick exit";
// Automap Options
AUTOMAPMNU_TITLE = "AUTOMAP OPTIONS";
AUTOMAPMNU_COLORSET = "Map color set";

View file

@ -1177,17 +1177,13 @@ OptionMenu "MiscOptions" protected
Option "$MISCMNU_CACHENODES", "gl_cachenodes", "OnOff"
Slider "$MISCMNU_CACHETIME", "gl_cachetime", 0.0, 2.0, 0.1
SafeCommand "$MISCMNU_CLEARNODECACHE", "clearnodecache"
StaticText " "
Option "$MISCMNU_QUICKEXIT", "m_quickexit", "OnOff"
IfOption(Windows)
{
StaticText " "
Option "$DSPLYMNU_SHOWENDOOM", "showendoom", "Endoom"
}
}
//-------------------------------------------------------------------------------------------