From 8d2041c2619f4dc9dd4e643fbc39300b347e49bd Mon Sep 17 00:00:00 2001 From: savagex Date: Sat, 10 Dec 2005 12:39:57 +0000 Subject: [PATCH] setcolor only takes TWO parameters. Thanks to Black for hammering this into my brain - it was badly needed git-svn-id: svn://svn.icculus.org/nexuiz/trunk@641 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/gamec/teamplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/qcsrc/gamec/teamplay.c b/data/qcsrc/gamec/teamplay.c index 9a4605713..cb95f0be5 100644 --- a/data/qcsrc/gamec/teamplay.c +++ b/data/qcsrc/gamec/teamplay.c @@ -654,7 +654,7 @@ void SV_ChangeTeam(float color) // store shirt color in .clientcolors // this will get overwritten in teamplay modes later - setcolor(self, color & 240, scolor); + setcolor(self, color & 240 + scolor); if(scolor == COLOR_TEAM1 - 1) steam = 1; -- 2.39.2