]> git.xonotic.org Git - xonotic/darkplaces.git/commit
SV_FlyMove(): defer SV_Impact() call until after ground detection
authorbones_was_here <bones_was_here@xonotic.au>
Wed, 13 Sep 2023 20:30:31 +0000 (06:30 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Wed, 13 Sep 2023 20:30:31 +0000 (06:30 +1000)
commite62e6f563b475060fca315b875aa672c692ad052
tree6169fcf20f4d1f6ba9563129ce130942832dab66
parent270f020888c5a03b98cc7752957243e6123c1132
SV_FlyMove(): defer SV_Impact() call until after ground detection

Quake didn't use SV_PushEntity in SV_FlyMove() and id1 fiends depend on
the original behaviour of setting ONGROUND (etc) before calling
SV_Impact().
Fixes https://github.com/DarkPlacesEngine/darkplaces/issues/94

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
sv_phys.c