From 9593f89546da90d2d4d9ed80da767b6a5dd442ef Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 3 Oct 2009 12:47:45 +0000 Subject: * Remove unused variable --- src/game/g_local.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game/g_local.h b/src/game/g_local.h index 08a13ca9..e8ebdd1b 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -873,7 +873,6 @@ typedef struct zap_s int numTargets; int timeToLive; - int damageUsed; gentity_t *effectChannel; } zap_t; -- cgit