Merge remote-tracking branch 'origin/master' into no-early-items

This commit is contained in:
AJ Martinez 2025-05-13 12:42:32 -07:00
commit 6e0bc7a8e5

View file

@ -2359,6 +2359,8 @@ static void P_UpdatePlayerAngle(player_t *player)
angle_t targetAngle = (player->cmd.angle) << TICCMD_REDUCE;
angle_t targetDelta = targetAngle - (player->mo->angle);
#define SOLVERANGLECHEATS
#ifdef SOLVERANGLECHEATS
// Corrections via fake turn go through easing.
// That means undoing them takes the same amount of time as doing them.