From: Rudolf Polzer Date: Thu, 22 Jul 2010 10:43:56 +0000 (+0200) Subject: FruitieX: projectile bounds are not networked. Always update this file too. X-Git-Tag: xonotic-v0.1.0preview~423^2~21 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a947da0cc6fec7510d0707a02293e045bb59dee9;p=xonotic%2Fxonotic-data.pk3dir.git FruitieX: projectile bounds are not networked. Always update this file too. --- diff --git a/qcsrc/client/projectile.qc b/qcsrc/client/projectile.qc index e1f325a67..6c27a5251 100644 --- a/qcsrc/client/projectile.qc +++ b/qcsrc/client/projectile.qc @@ -317,8 +317,8 @@ void Ent_Projectile() case PROJECTILE_ELECTRO: // only new engines support sound moving with object loopsound(self, CHAN_PROJECTILE, "weapons/electro_fly.wav", VOL_BASE, ATTN_NORM); - self.mins = '0 0 -3'; - self.maxs = '0 0 -3'; + self.mins = '0 0 -4'; + self.maxs = '0 0 -4'; self.move_movetype = MOVETYPE_BOUNCE; self.move_touch = SUB_Null; break;