mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Disable local driftend snap for testing
This commit is contained in:
parent
e2cc6abacc
commit
a3831ccf48
1 changed files with 2 additions and 1 deletions
|
|
@ -1095,7 +1095,8 @@ static void G_DoAnglePrediction(ticcmd_t *cmd, INT32 realtics, UINT8 ssplayer, p
|
|||
realtics--;
|
||||
}
|
||||
|
||||
if (player->pflags & PF_DRIFTEND)
|
||||
//if (player->pflags & PF_DRIFTEND)
|
||||
if (false)
|
||||
{
|
||||
localangle[ssplayer - 1] = player->mo->angle;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue