From: Samual Date: Wed, 11 Apr 2012 20:44:17 +0000 (-0400) Subject: Change team flagcarrier waypointsprite color to ALWAYS be yellow instead of attemptin... X-Git-Tag: xonotic-v0.7.0~240^2~81 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e8a6cb2ccaa6861464d584626051a1fc867f999a;p=xonotic%2Fxonotic-data.pk3dir.git Change team flagcarrier waypointsprite color to ALWAYS be yellow instead of attempting a team based color. --- 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