summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Schwarz <lakitu7@gmail.com>2011-06-09 22:17:45 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:18:08 +0000
commitd91c84bb9a099ee7f5fbf04997b26461265494a8 (patch)
tree80add71382955a406361a2ef00f4f273c9e2893b
parentdf54e829b31c6fe4c4f126b93250ec6872930832 (diff)
* (bug 5002) Color uncolored names white in the scoreboard to match behavior elsewhere (/dev/humancontroller)
-rw-r--r--src/cgame/cg_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_main.c b/src/cgame/cg_main.c
index e3a6a0c6..159f4f37 100644
--- a/src/cgame/cg_main.c
+++ b/src/cgame/cg_main.c
@@ -1516,7 +1516,7 @@ static const char *CG_FeederItemText( int feederID, int index, int column, qhand
break;
case 3:
- return info->name;
+ return va( S_COLOR_WHITE "%s", info->name );
break;
case 4: