mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Adjust timing of player pin hop impact
This commit is contained in:
parent
db5734b64d
commit
cc4dbe48cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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++;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue