- add menu options for 'sv_alwaystally'

This commit is contained in:
Rachael Alexanderson 2020-07-21 19:31:29 -04:00
parent 810e240f89
commit afa193e653

View file

@ -1183,6 +1183,13 @@ OptionValue dehopt
2, "$OPTVAL_ONLYLASTONE"
}
OptionValue AlwaysTally
{
0, "$OPTVAL_MODDEFINED"
1, "$OPTVAL_NOTHUBS"
2, "$OPTVAL_WITHHUBS"
}
OptionMenu "MiscOptions" protected
{
Title "$MISCMNU_TITLE"
@ -1224,6 +1231,8 @@ OptionMenu "MiscOptions" protected
Option "$DSPLYMNU_SHOWENDOOM", "showendoom", "Endoom"
}
StaticText " "
Option "$MISCMNU_ALWAYSTALLY", "sv_alwaystally", "AlwaysTally"
}