mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
leniency_base compatlevel tyop
This commit is contained in:
parent
447f95196c
commit
7bc1927a6c
1 changed files with 1 additions and 1 deletions
|
|
@ -2355,7 +2355,7 @@ static void P_UpdatePlayerAngle(player_t *player)
|
|||
|
||||
// Gross. Take a look at sliptide starts properly for 2.4.
|
||||
// Yell at Tyron!
|
||||
if (G_CompatLevel(0x000C))
|
||||
if (!G_CompatLevel(0x000C))
|
||||
{
|
||||
leniency_base = 6 * ANG1 / 3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue