diff --git a/src/p_user.c b/src/p_user.c
index 74a6b41cffd147c56b29131c048c69f8d36b8a01..c144c04bdb8083044baa45b1eacebc666403e115 100644
--- a/src/p_user.c
+++ b/src/p_user.c
@@ -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;
 		}