X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fphysics.qc;h=e5b83443fbcd3c28aecce9276cd006e5eead2e74;hb=d1142de373be99768650001d5482167a24d51990;hp=6c0bd616bcfee30c402a41cc118f921946dfe62a;hpb=a2e49e78a972fd038e38ca8346d6804fd8284760;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/physics.qc b/qcsrc/common/physics.qc index 6c0bd616bc..e5b83443fb 100644 --- a/qcsrc/common/physics.qc +++ b/qcsrc/common/physics.qc @@ -327,7 +327,7 @@ void PM_ClientMovement_Move() vector trace1_plane_normal = '0 0 0'; vector trace2_plane_normal = '0 0 0'; vector trace3_plane_normal = '0 0 0'; - + PM_ClientMovement_UpdateStatus(false); primalvelocity = self.velocity; @@ -1668,7 +1668,7 @@ void PM_Main() PM_ClientMovement_UpdateStatus(true); #endif - + #ifdef SVQC WarpZone_PlayerPhysics_FixVAngle(); @@ -1936,7 +1936,7 @@ void CSQC_ClientMovement_PlayerMove_Frame(void) PM_Main(); #ifdef CSQC - self.pmove_flags = + self.pmove_flags = ((self.flags & FL_DUCKED) ? PMF_DUCKED : 0) | (!(self.flags & FL_JUMPRELEASED) ? 0 : PMF_JUMP_HELD) | ((self.flags & FL_ONGROUND) ? PMF_ONGROUND : 0);