jdolan / quetoo

Quetoo ("Q2") is a free first person shooter based on id Tech2. GPL v2 license.
http://quetoo.org
204 stars 28 forks source link

Pmove regression breaking riding func_plats down #623

Closed jdolan closed 3 years ago

jdolan commented 3 years ago

With the latest pmove changes, players no longer ride plats down. Instead, they leave the ground and fall repeatedly. This is hopefully a straightforward fix. It's not jittery: it's a proper fall, even with a landing event. Probably just not adding gravity if a ground entity is set, when we instead should always be adding it, or something like that.

Paril commented 3 years ago

Fixed in 255a8449179a4d48cdb4c5d99204159128330fa1