mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 12:11:25 +00:00
- add menu options for 'sv_alwaystally'
This commit is contained in:
parent
810e240f89
commit
afa193e653
1 changed files with 14 additions and 5 deletions
|
@ -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"
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue