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:
Spoike 2020-02-16 19:26:58 +00:00
parent 006b074f2b
commit fc6b45a105
1 changed files with 4 additions and 3 deletions

View File

@ -607,9 +607,10 @@ void M_Menu_GameOptions_f (void)
NULL
};
static const char *teamplayoptions[] = {
"off",
"friendly fire",
"no friendly fire",
"off", //no teams at all
"no self+team fire", //don't hurt same-team (with bugs in coop)
"friendly fire", //scoreboard shows teams, gamecode doesn't care
"no team fire (qw-only)", //like 1, except you still hurt yourself.
NULL
};
static const char *skilloptions[] = {