- added menu entry for the alternative nuke initialization toggle

This commit is contained in:
sinisterseed 2020-10-06 19:04:25 +03:00 committed by Christoph Oelckers
parent bbc60e8424
commit e27077bee1

View file

@ -1550,11 +1550,12 @@ OptionMenu "MiscOptions" //protected
Slider "$MISCMNU_AUTOSAVECOUNT", "autosavecount", 1, 20, 1, 0
//Option "$MISCMNU_QUICKSAVEROTATION", "quicksaverotation", "OnOff"
Slider "$MISCMNU_QUICKSAVECOUNT", "quicksavecount", 1, 20, 1, 0
ifgame(shadowwarrior)
ifgame(ShadowWarrior)
{
StaticText " "
Option "$MISCMNU_DARTS", "sw_darts", "OnOff"
Option "$MISCMNU_NINJA", "sw_ninjahack", "OnOff"
Option "$MISCMNU_ALTNUKE", "cl_swaltnukeinit", "OnOff"
}
//StaticText " "
//Option "$OPTMNU_LANGUAGE", "language", "LanguageOptions" - not ready yet