Fix bdlist

This commit is contained in:
Ryan Dwyer 2023-05-13 19:19:32 +10:00
parent ceb3238c47
commit b83d5a4279
1 changed files with 1 additions and 1 deletions

View File

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