From 213d194c3bf49d21b05c59e63a04cb5b5fba5613 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Fri, 21 Dec 2007 21:48:09 +0000 Subject: fixed flags color --- src/game/client/gc_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp index 75c47129..275370e6 100644 --- a/src/game/client/gc_client.cpp +++ b/src/game/client/gc_client.cpp @@ -1063,7 +1063,7 @@ static void render_flag(const obj_flag *prev, const obj_flag *current) if(local_info && current->carried_by == local_info->clientid) pos = local_character_pos; - gfx_setcolor(current->team ? 0 : 1,0,current->team ? 1 : 0,1); + //gfx_setcolor(current->team ? 0 : 1,0,current->team ? 1 : 0,1); //draw_sprite(pos.x, pos.y, size); gfx_quads_draw(pos.x, pos.y-size*0.75f, size, size*2); gfx_quads_end(); -- cgit 1.4.1