finished save/load

This commit is contained in:
Nikolay Korolev
2020-10-17 20:45:07 +03:00
parent cae3990eac
commit 720abca826
8 changed files with 45 additions and 37 deletions

View File

@ -91,7 +91,7 @@ void CCarGenerator::DoInternalProcessing()
pVehicle = pBoat;
if (pos.z <= -100.0f)
pos.z = CWorld::FindGroundZForCoord(pos.x, pos.y);
pBoat->bExtendedRange = false;
pBoat->bExtendedRange = true;
}else{
bool groundFound;
pos = m_vecPos;