From: MirceaKitsune Date: Thu, 14 Apr 2011 11:30:05 +0000 (+0300) Subject: Fix another forgotten code. Multijump finally works now X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e743a73615da15f48c6d3d117f227c881a470fc1;p=voretournament%2Fvoretournament.git Fix another forgotten code. Multijump finally works now --- diff --git a/data/qcsrc/server/cl_physics.qc b/data/qcsrc/server/cl_physics.qc index e2993af3..8743d595 100644 --- a/data/qcsrc/server/cl_physics.qc +++ b/data/qcsrc/server/cl_physics.qc @@ -865,6 +865,7 @@ void SV_PlayerPhysics() if (self.waterlevel == WATERLEVEL_SWIMMING) CheckWaterJump (); + self.prevjumpbutton = self.BUTTON_JUMP; } if (self.flags & FL_WATERJUMP )