From e8a6cb2ccaa6861464d584626051a1fc867f999a Mon Sep 17 00:00:00 2001 From: Samual Date: Wed, 11 Apr 2012 16:44:17 -0400 Subject: [PATCH] Change team flagcarrier waypointsprite color to ALWAYS be yellow instead of attempting a team based color. --- qcsrc/server/mutators/gamemode_ctf.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/server/mutators/gamemode_ctf.qh b/qcsrc/server/mutators/gamemode_ctf.qh index aa6d6a020..ed4ad6ed1 100644 --- a/qcsrc/server/mutators/gamemode_ctf.qh +++ b/qcsrc/server/mutators/gamemode_ctf.qh @@ -32,7 +32,7 @@ void spawnfunc_ctf_team(); // waypoint colors #define WPCOLOR_ENEMYFC(t) (colormapPaletteColor(t - 1, FALSE) * 0.75) -#define WPCOLOR_FLAGCARRIER(t) (('0 0.75 0' + colormapPaletteColor(t - 1, FALSE)) * 0.5) +#define WPCOLOR_FLAGCARRIER(t) ('0.8 0.8 0') #define WPCOLOR_DROPPEDFLAG(t) (('0.25 0.25 0.25' + colormapPaletteColor(t - 1, FALSE)) * 0.5) // sounds -- 2.39.2