diff options
author | Tim Angus <tim@ngus.net> | 2009-10-03 12:47:45 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:14 +0000 |
commit | 9593f89546da90d2d4d9ed80da767b6a5dd442ef (patch) | |
tree | 15682a78e004adb961b3266a4cde7958bf61a6f8 /src/game | |
parent | 741ddb89552f73f13e6adba4503742bcc0065a61 (diff) |
* Remove unused variable
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/g_local.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |