- added a new dmflag for allowing switching to weapons without ammo.
SVN r2346 (trunk)
This commit is contained in:
parent
e848fa3c4c
commit
bdd2ebfe14
6 changed files with 17 additions and 7 deletions
|
|
@ -1047,6 +1047,7 @@ static menuitem_t DMFlagsItems[] = {
|
|||
{ bitflag, "Automap allies", {&dmflags2}, {1}, {0}, {0}, {(value_t *)DF2_NO_AUTOMAP_ALLIES} },
|
||||
{ bitflag, "Allow spying", {&dmflags2}, {1}, {0}, {0}, {(value_t *)DF2_DISALLOW_SPYING} },
|
||||
{ bitflag, "Chasecam cheat", {&dmflags2}, {0}, {0}, {0}, {(value_t *)DF2_CHASECAM} },
|
||||
{ bitflag, "Check ammo for weapon switch", {&dmflags2}, {1}, {0}, {0}, {(value_t *)DF2_DONTCHECKAMMO} },
|
||||
|
||||
{ redtext, " ", {NULL}, {0}, {0}, {0}, {NULL} },
|
||||
{ whitetext,"Deathmatch Settings", {NULL}, {0}, {0}, {0}, {NULL} },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue