From 4bb8a81a5af060a688f5343517e68635160f801a Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 10 Dec 2007 20:36:38 +0000 Subject: fixed nameplate issue --- src/game/client/game_client.cpp | 1 + 1 file changed, 1 insertion(+) 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); } } -- cgit 1.4.1