mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-23 14:01:14 +00:00
Merge remote-tracking branch 'origin/master' into no-early-items
This commit is contained in:
commit
6e0bc7a8e5
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue