mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Merge branch 'stairjank-rumble' into 'master'
Stairjank Rumble See merge request KartKrew/Kart!1165
This commit is contained in:
commit
ebb2d83799
1 changed files with 2 additions and 1 deletions
|
|
@ -782,7 +782,8 @@ void P_Ticker(boolean run)
|
||||||
low = 65536 / (3+player->numsneakers);
|
low = 65536 / (3+player->numsneakers);
|
||||||
high = 65536 / (3+player->numsneakers);
|
high = 65536 / (3+player->numsneakers);
|
||||||
}
|
}
|
||||||
else if (player->boostpower < FRACUNIT && P_IsObjectOnGround(player->mo))
|
else if (((player->boostpower < FRACUNIT) || (player->stairjank > 8))
|
||||||
|
&& P_IsObjectOnGround(player->mo))
|
||||||
{
|
{
|
||||||
low = 65536 / 32;
|
low = 65536 / 32;
|
||||||
high = 65536 / 32;
|
high = 65536 / 32;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue