From f2acaab98b23c2e085437dddb088622deab6b045 Mon Sep 17 00:00:00 2001 From: Anonimus Date: Mon, 2 Jun 2025 17:29:51 -0400 Subject: [PATCH] Zero-out cluster distance in 1P --- src/k_kart.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/k_kart.c b/src/k_kart.c index a38bf556e..0354c75d7 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -9853,6 +9853,9 @@ static UINT32 K_UpdateDistanceFromCluster(player_t *player) } } + if (pingame <= 1) + return 0; // There's only us around. + if (K_UsingLegacyCheckpoints() && !(gametype == GT_BATTLE)) { // Compare yourself against the cluster player to determine the distance.