From fc6b45a10571ff6a23a8779cf736004138386a23 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 16 Feb 2020 19:26:58 +0000 Subject: [PATCH] Fix teamplay setting descriptions. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5629 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/m_multi.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/engine/client/m_multi.c b/engine/client/m_multi.c index 078a0c2cc..8434bb38a 100644 --- a/engine/client/m_multi.c +++ b/engine/client/m_multi.c @@ -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[] = {