]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Merge PR 'sv_gameplayfix_stepmultipletimes 1: Prevent players moving too far/fast...
authorbones_was_here <bones_was_here@xa.org.au>
Sun, 16 Jan 2022 20:54:53 +0000 (06:54 +1000)
committerbones_was_here <bones_was_here@xa.org.au>
Sun, 16 Jan 2022 20:54:53 +0000 (06:54 +1000)
After the player made some horizontal progress, and before stepping up, it's necessary to recalculate the remaining time and distance for the move. Previously the step up made the player travel (up to) nearly the move's full distance, again.

https://github.com/DarkPlacesEngine/darkplaces/pull/10

branch: bones_was_here/stepup_distance
commits: 365e221966b15c24c6e2f4cbb6e619b0db443ebf

Signed-off-by: bones_was_here <bones_was_here@xa.org.au>
1  2 
sv_phys.c

diff --cc sv_phys.c
Simple merge