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
8326f32456
commit
c5279e5795
1 changed files with 3 additions and 0 deletions
|
|
@ -416,6 +416,9 @@ void K_ProcessTerrainEffect(mobj_t *mo)
|
|||
player->pflags |= PF_TRICKDELAY;
|
||||
K_DoPogoSpring(mo, upwards, 1);
|
||||
|
||||
// Reduce speed
|
||||
speed /= 2;
|
||||
|
||||
if (speed < minspeed)
|
||||
{
|
||||
speed = minspeed;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue