summaryrefslogtreecommitdiff
path: root/src/cgame/cg_drawtools.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgame/cg_drawtools.c')
-rw-r--r--src/cgame/cg_drawtools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_drawtools.c b/src/cgame/cg_drawtools.c
index 446018a5..d5a144e6 100644
--- a/src/cgame/cg_drawtools.c
+++ b/src/cgame/cg_drawtools.c
@@ -388,7 +388,7 @@ float *CG_TeamColor( int team ) {
switch ( team ) {
case TEAM_HUMANS:
return red;
- case TEAM_DROIDS:
+ case TEAM_ALIENS:
return blue;
case TEAM_SPECTATOR:
return spectator;