From: Rudolf Polzer Date: Fri, 21 May 2010 12:26:46 +0000 (+0200) Subject: also apply this (density) to clones X-Git-Tag: xonotic-v0.1.0preview~587 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=97eb14aa62ff9b66e68d6c18d09d6727faf4a775;p=xonotic%2Fxonotic-data.pk3dir.git also apply this (density) to clones --- diff --git a/qcsrc/server/cl_player.qc b/qcsrc/server/cl_player.qc index 07c6b058b..b3f0e3ee5 100644 --- a/qcsrc/server/cl_player.qc +++ b/qcsrc/server/cl_player.qc @@ -142,6 +142,7 @@ void CopyBody(float keepvelocity) self.movetype = oldself.movetype; self.nextthink = oldself.nextthink; self.solid = oldself.solid; + self.ballistics_density = oldself.ballistics_density; self.takedamage = oldself.takedamage; self.think = oldself.think; self.customizeentityforclient = oldself.customizeentityforclient;