mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 01:30:34 +00:00
finished save/load
This commit is contained in:
parent
cae3990eac
commit
720abca826
8 changed files with 45 additions and 37 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue