diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/g_missile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_missile.c b/src/game/g_missile.c index 71b5432..0c507f6 100644 --- a/src/game/g_missile.c +++ b/src/game/g_missile.c @@ -659,7 +659,7 @@ gentity_t *fire_hive( gentity_t *self, vec3_t start, vec3_t dir ) bolt->splashDamage = 0; bolt->splashRadius = 0; bolt->methodOfDeath = MOD_SWARM; - bolt->clipmask = MASK_SHOT; + bolt->clipmask = MASK_SOLID; bolt->target_ent = self->target_ent; if( g_modBuildableSpeed.integer > 0) |