leniency_base compatlevel tyop

This commit is contained in:
AJ Martinez 2024-05-20 20:57:27 -07:00
parent 447f95196c
commit 7bc1927a6c

View file

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