]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_phys.c
advance angles as well as origin on clients when noclipping (why? I don't know,...
[xonotic/darkplaces.git] / sv_phys.c
index 63017431dca850034138274398abfde344048119..0d89b119fa0dd04482e3406947f06dbdbaebfdf5 100644 (file)
--- a/sv_phys.c
+++ b/sv_phys.c
@@ -1039,6 +1039,7 @@ void SV_Physics_Client (edict_t   *ent, int num)
                        return;
                SV_CheckWater (ent);
                VectorMA (ent->v.origin, sv.frametime, ent->v.velocity, ent->v.origin);
+               VectorMA (ent->v.angles, sv.frametime, ent->v.avelocity, ent->v.angles);
                break;
 
        default: