Fix teamplay setting descriptions.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5629 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
006b074f2b
commit
fc6b45a105
1 changed files with 4 additions and 3 deletions
|
@ -607,9 +607,10 @@ void M_Menu_GameOptions_f (void)
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
static const char *teamplayoptions[] = {
|
static const char *teamplayoptions[] = {
|
||||||
"off",
|
"off", //no teams at all
|
||||||
"friendly fire",
|
"no self+team fire", //don't hurt same-team (with bugs in coop)
|
||||||
"no friendly fire",
|
"friendly fire", //scoreboard shows teams, gamecode doesn't care
|
||||||
|
"no team fire (qw-only)", //like 1, except you still hurt yourself.
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
static const char *skilloptions[] = {
|
static const char *skilloptions[] = {
|
||||||
|
|
Loading…
Reference in a new issue