diff options
Diffstat (limited to 'src/game/g_weapon.c')
-rw-r--r-- | src/game/g_weapon.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |