mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 14:39:03 +00:00
one more fix
# Conflicts: # src/control/Restart.cpp
This commit is contained in:
parent
6a6551f39b
commit
2b53f267a7
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ CRestart::FindClosestPoliceRestartPoint(const CVector &pos, CVector *outPos, flo
|
||||||
}
|
}
|
||||||
|
|
||||||
eLevelName curlevel = CTheZones::GetLevelFromPosition(&pos);
|
eLevelName curlevel = CTheZones::GetLevelFromPosition(&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
|
||||||
|
|
Loading…
Reference in a new issue