This commit is contained in:
LagoLunatic
2026-08-25 14:38:49 -04:00
parent e93a21702a
commit 445abf5629
5 changed files with 49 additions and 49 deletions
+3 -3
View File
@@ -991,9 +991,9 @@ void daShip_c::setYPos() {
BOOL daShip_c::checkOutRange() {
dPnt* pnt;
dPath* path;
cXyz* closestPoint;
cXyz* nextPoint;
cXyz* prevPoint;
Vec* closestPoint;
Vec* nextPoint;
Vec* prevPoint;
int lastIndex;
int closestIndex;
int pathIndex;