summaryrefslogtreecommitdiff
path: root/src/cgame/cg_draw.c
diff options
context:
space:
mode:
authorRoman Tetelman <kevlarman@gmail.com>2009-10-03 12:38:09 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:16:07 +0000
commit5ac8f1a7907d7c4d9ddd5ae30ddaff872ff32edd (patch)
tree4d76d153295a4bbb670a081ce207cedc3d404209 /src/cgame/cg_draw.c
parent919e7694290b4ac307034a9e0bfd4e8ab41c4663 (diff)
* 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
Diffstat (limited to 'src/cgame/cg_draw.c')
-rw-r--r--src/cgame/cg_draw.c1
1 files changed, 0 insertions, 1 deletions
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 )