]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
CopyBody: also copy glowmod
authorRudolf Polzer <divverent@alientrap.org>
Sun, 11 Jul 2010 14:13:58 +0000 (16:13 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 11 Jul 2010 14:13:58 +0000 (16:13 +0200)
qcsrc/server/cl_player.qc

index 2fe7d512089e9e655b9d5a51491d03bb5ff53a73..494a80b369ec7954cde34aa8e2b82521cfc0acd3 100644 (file)
@@ -111,6 +111,7 @@ void CopyBody(float keepvelocity)
        self.enemy = oldself;
        self.lip = oldself.lip;
        self.colormap = oldself.colormap;
+       self.glowmod = oldself.glowmod;
        self.iscreature = oldself.iscreature;
        self.angles = oldself.angles;
        self.avelocity = oldself.avelocity;