mirror of
https://github.com/halpz/re3.git
synced 2025-05-13 03:06:39 +03:00
commit
9b5a7cd4bb
37 changed files with 319 additions and 317 deletions
|
@ -790,7 +790,7 @@ CCam::WorkOutCamHeightWeeCar(CVector &TargetCoors, float TargetOrientation)
|
|||
float RoadZ = 0.0f;
|
||||
float RoofZ = 0.0f;
|
||||
|
||||
if(CWorld::ProcessVerticalLine(Source, -1000.0f, colpoint, ent, true, false, false, false, false, false, false) &&
|
||||
if(CWorld::ProcessVerticalLine(Source, -1000.0f, colpoint, ent, true, false, false, false, false, false, nil) &&
|
||||
ent->IsBuilding()){
|
||||
FoundRoad = true;
|
||||
RoadZ = colpoint.point.z;
|
||||
|
@ -807,7 +807,7 @@ CCam::WorkOutCamHeightWeeCar(CVector &TargetCoors, float TargetOrientation)
|
|||
TargetZOffSet = 0.0f;
|
||||
}
|
||||
}else{
|
||||
if(CWorld::ProcessVerticalLine(Source, 1000.0f, colpoint, ent, true, false, false, false, false, false, false) &&
|
||||
if(CWorld::ProcessVerticalLine(Source, 1000.0f, colpoint, ent, true, false, false, false, false, false, nil) &&
|
||||
ent->IsBuilding()){
|
||||
FoundRoof = true;
|
||||
RoofZ = colpoint.point.z;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue