diff --git a/src/game/chraction.c b/src/game/chraction.c index f045a8eb5..fb4e13c5c 100644 --- a/src/game/chraction.c +++ b/src/game/chraction.c @@ -14092,7 +14092,7 @@ f32 chrGetDistanceLostToTargetInLastSecond(struct chrdata *chr) z = bdlist[index + 0]; olddist = sqrtf(x * x + z * z); - index += 2; + index += 58; if (index >= 60) { index = 0;