Adjust timing of player pin hop impact

This commit is contained in:
toaster 2023-05-10 12:46:34 +01:00
parent db5734b64d
commit cc4dbe48cf

View file

@ -882,7 +882,7 @@ skiptallydrawer:
playery -= through; playery -= through;
} }
if ((2*TICRATE) - (timer - 1) == 8) if ((2*TICRATE) - (timer - 1) == 9)
{ {
// Impactful landing. // Impactful landing.
playery++; playery++;