mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-11 17:22:17 +00:00
Remove trailing whitespace
This commit is contained in:
parent
cb355e7e8f
commit
7a6a2f248e
2 changed files with 2 additions and 2 deletions
|
|
@ -6539,7 +6539,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
|||
}
|
||||
|
||||
// Friction was changed, so we must recalculate a bunch of stuff
|
||||
if (player->mo->friction != prevfriction)
|
||||
if (player->mo->friction != prevfriction)
|
||||
{
|
||||
if (player->mo->friction > FRACUNIT)
|
||||
player->mo->friction = FRACUNIT;
|
||||
|
|
|
|||
|
|
@ -219,7 +219,7 @@ boolean P_DoSpring(mobj_t *spring, mobj_t *object)
|
|||
momang = R_PointToAngle2(0, 0, savemomx, savemomy);
|
||||
|
||||
angoffset = momang;
|
||||
angoffset -= spring->angle; // Subtract
|
||||
angoffset -= spring->angle; // Subtract
|
||||
|
||||
// Flip on wrong side
|
||||
if ((angle_t)angoffset > ANGLE_180)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue