mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-22 05:21:11 +00:00
Merge branch 'barley' into 'master'
Reenable solver angle cheats See merge request kart-krew-dev/ring-racers-internal!2538
This commit is contained in:
commit
e00d533e50
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