From 5ac8f1a7907d7c4d9ddd5ae30ddaff872ff32edd Mon Sep 17 00:00:00 2001 From: Roman Tetelman Date: Sat, 3 Oct 2009 12:38:09 +0000 Subject: * New zap (fixes #40) FIXME: currently limited to 3 targets due to netcode restrictions FIXME: this code could probably use some general cleanup as well --- src/cgame/cg_draw.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cgame/cg_draw.c') diff --git a/src/cgame/cg_draw.c b/src/cgame/cg_draw.c index 9469410f..82d0aff2 100644 --- a/src/cgame/cg_draw.c +++ b/src/cgame/cg_draw.c @@ -1905,7 +1905,6 @@ static void CG_DrawLagometer( rectDef_t *rect, float text_x, float text_y, int color; vec4_t adjustedColor; float vscale; - vec4_t white = { 1.0f, 1.0f, 1.0f, 1.0f }; char *ping; if( cg.snap->ps.pm_type == PM_INTERMISSION ) -- cgit