From 59a745beabf14daca5f7458ffe7bb23aedf7122a Mon Sep 17 00:00:00 2001 From: fruitiex Date: Tue, 25 Aug 2009 21:08:32 +0000 Subject: [PATCH] more team cleanups by TH git-svn-id: svn://svn.icculus.org/nexuiz/trunk@7521 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/server/ctf.qc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/qcsrc/server/ctf.qc b/data/qcsrc/server/ctf.qc index e03c32b86..54892013e 100644 --- a/data/qcsrc/server/ctf.qc +++ b/data/qcsrc/server/ctf.qc @@ -690,7 +690,7 @@ void spawnfunc_info_player_team2() /*QUAKED spawnfunc_info_player_team3 (1 0 0) (-16 -16 -24) (16 16 24) CTF Starting point for a player in -team three (Magenta). +team three (Yellow). Keys: "angle" @@ -703,14 +703,14 @@ void spawnfunc_info_player_team3() remove(self); return; } - self.team = COLOR_TEAM3; // purple + self.team = COLOR_TEAM3; // yellow spawnfunc_info_player_deathmatch(); }; /*QUAKED spawnfunc_info_player_team4 (1 0 0) (-16 -16 -24) (16 16 24) CTF Starting point for a player in -team four (Yellow). +team four (Magenta). Keys: "angle" @@ -723,7 +723,7 @@ void spawnfunc_info_player_team4() remove(self); return; } - self.team = COLOR_TEAM4; // yellow + self.team = COLOR_TEAM4; // purple spawnfunc_info_player_deathmatch(); }; -- 2.39.2