]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/projectile.qc
Merge remote-tracking branch 'origin/nifrek/hagar_own_traileffect_fix'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / projectile.qc
index aa8119b967bde417378d96a70749f93a6bdf64db..426ef78250a6d49909e36dafb3a71a5096e6483f 100644 (file)
@@ -75,7 +75,7 @@ void Projectile_Draw()
                        Movetype_Physics_MatchServer(autocvar_cl_projectiles_sloppy);
                if(!(self.move_flags & FL_ONGROUND))
                        if(self.velocity != '0 0 0')
-                               self.angles = vectoangles(self.velocity);
+                               self.move_angles = self.angles = vectoangles(self.velocity);
        }
        else
        {