diff options
author | Tim Angus <tim@ngus.net> | 2006-06-11 19:08:40 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-06-11 19:08:40 +0000 |
commit | c8501f172bfa3bcf689ba3fccb93e2bd01380487 (patch) | |
tree | 501645eda6d98039b89b7a3eb5a2fedc6d1072ac | |
parent | 35d65e7ce52575407adb5e101590aec3ab95f772 (diff) |
* tjw oops
-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; |