Fix bdlist
This commit is contained in:
parent
ceb3238c47
commit
b83d5a4279
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue