mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Do not multiply TERRAIN speedPad value
This commit is contained in:
parent
7ceef19f74
commit
19a6ea8478
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ void K_ProcessTerrainEffect(mobj_t *mo)
|
|||
}
|
||||
else
|
||||
{
|
||||
fixed_t thrustSpeed = terrain->speedPad * 80;
|
||||
fixed_t thrustSpeed = terrain->speedPad;
|
||||
angle_t thrustAngle = terrain->speedPadAngle;
|
||||
fixed_t playerSpeed = P_AproxDistance(player->mo->momx, player->mo->momy);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue