]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Include the scale factor in CopyBody()
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 2 May 2011 01:08:24 +0000 (04:08 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 2 May 2011 01:08:24 +0000 (04:08 +0300)
data/qcsrc/server/cl_player.qc

index a867cd5f460e142c5a9446761405cf3b43ed641a..c3bde6ce9c7357358bad2f0a4690c97c56a6ec43 100644 (file)
@@ -143,6 +143,7 @@ void CopyBody(float keepvelocity)
        self.solid = oldself.solid;\r
        self.takedamage = oldself.takedamage;\r
        self.think = oldself.think;\r
+       self.scale = oldself.scale;\r
        self.customizeentityforclient = oldself.customizeentityforclient;\r
        self.uncustomizeentityforclient = oldself.uncustomizeentityforclient;\r
        self.uncustomizeentityforclient_set = oldself.uncustomizeentityforclient_set;\r