From e80ad4bf122eb05a5ed0c920e36cf656f98dc6e5 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 20 Nov 2005 03:55:39 +0000 Subject: * Abstract attachment system * Scriptable trails system * Various other stuff I'm too tired to try and remember now --- src/game/g_weapon.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/game/g_weapon.c') diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c index 94a1aabe..a28da78b 100644 --- a/src/game/g_weapon.c +++ b/src/game/g_weapon.c @@ -631,12 +631,6 @@ void teslaFire( gentity_t *ent ) // move origin a bit to come closer to the drawn gun muzzle VectorMA( tent->s.origin2, 28, up, tent->s.origin2 ); - - // no explosion at end if SURF_NOIMPACT, but still make the trail - if( tr.surfaceFlags & SURF_NOIMPACT ) - tent->s.eventParm = 255; // don't make the explosion at the end - else - tent->s.eventParm = DirToByte( tr.plane.normal ); } -- cgit