mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix missing line for trick panels
This commit is contained in:
parent
328f6aa4e0
commit
c80d6c2a90
1 changed files with 3 additions and 0 deletions
|
|
@ -416,6 +416,9 @@ void K_ProcessTerrainEffect(mobj_t *mo)
|
||||||
player->pflags |= PF_TRICKDELAY;
|
player->pflags |= PF_TRICKDELAY;
|
||||||
K_DoPogoSpring(mo, upwards, 1);
|
K_DoPogoSpring(mo, upwards, 1);
|
||||||
|
|
||||||
|
// Reduce speed
|
||||||
|
speed /= 2;
|
||||||
|
|
||||||
if (speed < minspeed)
|
if (speed < minspeed)
|
||||||
{
|
{
|
||||||
speed = minspeed;
|
speed = minspeed;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue