mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-30 10:41:34 -04:00
Fix bdlist
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user