mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
One last adjustment
This commit is contained in:
parent
a8fe25dd41
commit
eef273c42b
1 changed files with 2 additions and 2 deletions
|
|
@ -4179,12 +4179,12 @@ Quaketilt (player_t *player)
|
|||
delta = (INT32)(( moma + ANGLE_180 ) - player->mo->angle );
|
||||
if (P_IsObjectOnGround(player->mo))
|
||||
{
|
||||
tilt = ANGLE_11hh;
|
||||
tilt = 4*ANGLE_11hh/5;
|
||||
lowb = 15*FRACUNIT;
|
||||
}
|
||||
else
|
||||
{
|
||||
tilt = ANGLE_45;
|
||||
tilt = ANGLE_22h;
|
||||
lowb = 10*FRACUNIT;
|
||||
}
|
||||
moma = FixedMul(FixedDiv(delta, ANGLE_90), tilt);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue