mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-18 22:51:39 +00:00
- add menu options for 'sv_alwaystally'
# Conflicts: # wadsrc/static/menudef.txt # Conflicts: # wadsrc/static/menudef.txt
This commit is contained in:
parent
b9e98889ef
commit
bddbe608f6
1 changed files with 12 additions and 2 deletions
|
@ -1159,6 +1159,13 @@ OptionValue dehopt
|
|||
2, "$OPTVAL_ONLYLASTONE"
|
||||
}
|
||||
|
||||
OptionValue AlwaysTally
|
||||
{
|
||||
0, "$OPTVAL_MODDEFINED"
|
||||
1, "$OPTVAL_NOTHUBS"
|
||||
2, "$OPTVAL_WITHHUBS"
|
||||
}
|
||||
|
||||
OptionMenu "MiscOptions" protected
|
||||
{
|
||||
Title "$MISCMNU_TITLE"
|
||||
|
@ -1174,12 +1181,12 @@ OptionMenu "MiscOptions" protected
|
|||
}
|
||||
Option "$MISCMNU_QUERYIWAD", "queryiwad", "OnOff"
|
||||
StaticText " "
|
||||
Option "$MISCMNU_NOCHEATS", "nocheats", "OnOff"
|
||||
Option "$MISCMNU_NOCHEATS", "nocheats", "OnOff"
|
||||
Option "$MISCMNU_ALLCHEATS", "allcheats", "OnOff"
|
||||
Option "$MISCMNU_ENABLEAUTOSAVES", "disableautosave", "Autosave"
|
||||
Option "$MISCMNU_SAVELOADCONFIRMATION", "saveloadconfirmation", "OnOff"
|
||||
Slider "$MISCMNU_AUTOSAVECOUNT", "autosavecount", 1, 20, 1, 0
|
||||
Option "$MISCMNU_QUICKSAVEROTATION", "quicksaverotation", "OnOff"
|
||||
Option "$MISCMNU_QUICKSAVEROTATION", "quicksaverotation", "OnOff"
|
||||
Slider "$MISCMNU_QUICKSAVECOUNT", "quicksaverotationcount", 1, 20, 1, 0
|
||||
Option "$MISCMNU_DEHLOAD", "dehload", "dehopt"
|
||||
Option "$MISCMNU_ENABLESCRIPTSCREENSHOTS", "enablescriptscreenshot", "OnOff"
|
||||
|
@ -1195,6 +1202,9 @@ OptionMenu "MiscOptions" protected
|
|||
Option "$DSPLYMNU_SHOWENDOOM", "showendoom", "Endoom"
|
||||
}
|
||||
|
||||
StaticText " "
|
||||
Option "$MISCMNU_ALWAYSTALLY", "sv_alwaystally", "AlwaysTally"
|
||||
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue