From c8501f172bfa3bcf689ba3fccb93e2bd01380487 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 11 Jun 2006 19:08:40 +0000 Subject: * tjw oops --- src/game/g_weapon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c index 15a6033b..abeee458 100644 --- a/src/game/g_weapon.c +++ b/src/game/g_weapon.c @@ -1086,6 +1086,7 @@ static void G_CreateNewZap( gentity_t *creator, gentity_t *target ) zap->used = qtrue; zap->timeToLive = LEVEL2_AREAZAP_TIME; + zap->damageUsed = 0; zap->creator = creator; -- cgit