about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-10 20:36:38 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-10 20:36:38 +0000
commit4bb8a81a5af060a688f5343517e68635160f801a (patch)
treee959b6d4e1964d26f11f79cb9d570b0250870e30
parente35d3831416331f5a57a2d6a45870c1c44d47236 (diff)
downloadzcatch-4bb8a81a5af060a688f5343517e68635160f801a.tar.gz
zcatch-4bb8a81a5af060a688f5343517e68635160f801a.zip
fixed nameplate issue
-rw-r--r--src/game/client/game_client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp
index 01681155..7404d97e 100644
--- a/src/game/client/game_client.cpp
+++ b/src/game/client/game_client.cpp
@@ -1611,6 +1611,7 @@ static void render_player(
 		float tw = gfx_pretty_text_width(28.0f, name, -1);
 		gfx_pretty_text_color(1,1,1,a);
 		gfx_pretty_text(position.x-tw/2.0f, position.y-60, 28.0f, name, -1);
+		gfx_pretty_text_color(1,1,1,1);
 	}
 }