Skip to content

Don't apply pw_justlaunched if the player didn't actually launch off a slope

katsy requested to merge katsy/SRB2:lunch into next

currently pw_justlaunched is set even if the slope had SL_NOPHYSICS which makes no sense

this changes it so that it's only set when the player actually launches (which was already the case for halfpipes too)

Merge request reports