1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-28 23:28:40 +00:00

small improvement

# Conflicts:
#	src/control/Restart.cpp
This commit is contained in:
Nikolay 2020-11-22 02:29:17 +03:00 committed by Sergeanur
parent b9b7d5ac21
commit 6a6551f39b

View file

@ -83,7 +83,7 @@ CRestart::FindClosestHospitalRestartPoint(const CVector &pos, CVector *outPos, f
}
eLevelName curlevel = CTheZones::GetLevelFromPosition(&pos);
float fMinDist = 16000000.0f;
float fMinDist = SQR(4000.0f);
int closestPoint = NUM_RESTART_POINTS;
// find closest point on this level