X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fprojectile.qc;h=426ef78250a6d49909e36dafb3a71a5096e6483f;hp=aa8119b967bde417378d96a70749f93a6bdf64db;hb=c1af3f3b1a02a1c7596d75c912f8750ebbb2587b;hpb=95f35a0dc0ce9e43d27cf968d63a4711c0155f17 diff --git a/qcsrc/client/projectile.qc b/qcsrc/client/projectile.qc index aa8119b967..426ef78250 100644 --- a/qcsrc/client/projectile.qc +++ b/qcsrc/client/projectile.qc @@ -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 {