Zero-out cluster distance in 1P

This commit is contained in:
Anonimus 2025-06-02 17:29:51 -04:00
parent 4603a24628
commit f2acaab98b

View file

@ -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.