]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Fix another forgotten code. Multijump finally works now
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 14 Apr 2011 11:30:05 +0000 (14:30 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 14 Apr 2011 11:30:05 +0000 (14:30 +0300)
data/qcsrc/server/cl_physics.qc

index e2993af36167336b9d4bff021679cfaf4860a12f..8743d595797d3efa8c3eb131548a8f3571b40ed6 100644 (file)
@@ -865,6 +865,7 @@ void SV_PlayerPhysics()
 \r
                if (self.waterlevel == WATERLEVEL_SWIMMING)\r
                        CheckWaterJump ();\r
+               self.prevjumpbutton = self.BUTTON_JUMP;\r
        }\r
 \r
        if (self.flags & FL_WATERJUMP )\r