mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- add sv_alwaysspawnmulti to the menu
This commit is contained in:
parent
98282f710f
commit
b33e009209
1 changed files with 2 additions and 1 deletions
|
@ -1625,7 +1625,7 @@ OptionMenu GameplayOptions protected
|
|||
Submenu "$GMPLYMNU_COOPERATIVE", "CoopOptions"
|
||||
StaticText " "
|
||||
Option "$GMPLYMNU_TEAMPLAY", "teamplay", "OnOff"
|
||||
Slider "$GMPLYMNU_TEAMDAMAGE", "teamdamage", 0, 1, 0.05,2
|
||||
Slider "$GMPLYMNU_TEAMDAMAGE", "teamdamage", 0, 1, 0.05,2
|
||||
StaticText " "
|
||||
Option "$GMPLYMNU_SMARTAUTOAIM", "sv_smartaim", "SmartAim"
|
||||
StaticText " "
|
||||
|
@ -1656,6 +1656,7 @@ OptionMenu GameplayOptions protected
|
|||
Option "$GMPLYMNU_DONTCHECKAMMO", "sv_dontcheckammo", "NoYes"
|
||||
Option "$GMPLYMNU_KILLBOSSSPAWNS", "sv_killbossmonst", "YesNo"
|
||||
Option "$GMPLYMNU_NOCOUNTENDMONSTER", "sv_nocountendmonst", "NoYes"
|
||||
Option "$GMPLYMNU_ALWAYSSPAWNMULTI", "sv_alwaysspawnmulti", "YesNo"
|
||||
Class "GameplayMenu"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue