mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 04:20:46 +00:00
finished save/load
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user