]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Change team flagcarrier waypointsprite color to ALWAYS be yellow instead of attemptin...
authorSamual <samual@xonotic.org>
Wed, 11 Apr 2012 20:44:17 +0000 (16:44 -0400)
committerSamual <samual@xonotic.org>
Wed, 11 Apr 2012 20:44:17 +0000 (16:44 -0400)
qcsrc/server/mutators/gamemode_ctf.qh

index aa6d6a02046ee18657aba15fb50c07a3fa9fad0b..ed4ad6ed1bfb3f68c002848af9b3f1e55bf1085c 100644 (file)
@@ -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