Disable local driftend snap for testing

This commit is contained in:
AJ Martinez 2023-02-25 00:55:25 -07:00
parent e2cc6abacc
commit a3831ccf48

View file

@ -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;
}