mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-15 11:14:10 +02:00
one more fix
This commit is contained in:
@@ -128,7 +128,7 @@ CRestart::FindClosestPoliceRestartPoint(const CVector &pos, CVector *outPos, flo
|
|||||||
}
|
}
|
||||||
|
|
||||||
eLevelName curlevel = CTheZones::FindZoneForPoint(pos);
|
eLevelName curlevel = CTheZones::FindZoneForPoint(pos);
|
||||||
float fMinDist = 16000000.0f;
|
float fMinDist = SQR(4000.0f);
|
||||||
int closestPoint = NUM_RESTART_POINTS;
|
int closestPoint = NUM_RESTART_POINTS;
|
||||||
|
|
||||||
// find closest point on this level
|
// find closest point on this level
|
||||||
|
Reference in New Issue
Block a user