mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-14 11:50:49 +00:00
- added menu entry for the alternative nuke initialization toggle
This commit is contained in:
parent
bbc60e8424
commit
e27077bee1
1 changed files with 2 additions and 1 deletions
|
@ -1550,11 +1550,12 @@ OptionMenu "MiscOptions" //protected
|
||||||
Slider "$MISCMNU_AUTOSAVECOUNT", "autosavecount", 1, 20, 1, 0
|
Slider "$MISCMNU_AUTOSAVECOUNT", "autosavecount", 1, 20, 1, 0
|
||||||
//Option "$MISCMNU_QUICKSAVEROTATION", "quicksaverotation", "OnOff"
|
//Option "$MISCMNU_QUICKSAVEROTATION", "quicksaverotation", "OnOff"
|
||||||
Slider "$MISCMNU_QUICKSAVECOUNT", "quicksavecount", 1, 20, 1, 0
|
Slider "$MISCMNU_QUICKSAVECOUNT", "quicksavecount", 1, 20, 1, 0
|
||||||
ifgame(shadowwarrior)
|
ifgame(ShadowWarrior)
|
||||||
{
|
{
|
||||||
StaticText " "
|
StaticText " "
|
||||||
Option "$MISCMNU_DARTS", "sw_darts", "OnOff"
|
Option "$MISCMNU_DARTS", "sw_darts", "OnOff"
|
||||||
Option "$MISCMNU_NINJA", "sw_ninjahack", "OnOff"
|
Option "$MISCMNU_NINJA", "sw_ninjahack", "OnOff"
|
||||||
|
Option "$MISCMNU_ALTNUKE", "cl_swaltnukeinit", "OnOff"
|
||||||
}
|
}
|
||||||
//StaticText " "
|
//StaticText " "
|
||||||
//Option "$OPTMNU_LANGUAGE", "language", "LanguageOptions" - not ready yet
|
//Option "$OPTMNU_LANGUAGE", "language", "LanguageOptions" - not ready yet
|
||||||
|
|
Loading…
Reference in a new issue