mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 11:18:59 +00:00
fix
This commit is contained in:
parent
3d394c2f95
commit
46d891b745
1 changed files with 12 additions and 12 deletions
|
@ -298,6 +298,7 @@ CCarCtrl::GenerateOneRandomCar()
|
||||||
CStreaming::RequestModel(MI_PREDATOR, STREAMFLAGS_DEPENDENCY);
|
CStreaming::RequestModel(MI_PREDATOR, STREAMFLAGS_DEPENDENCY);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
int i;
|
int i;
|
||||||
carModel = -1;
|
carModel = -1;
|
||||||
|
@ -312,7 +313,6 @@ CCarCtrl::GenerateOneRandomCar()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
int16 colliding;
|
int16 colliding;
|
||||||
CWorld::FindObjectsKindaColliding(spawnPosition, bBoatGenerated ? 40.0f : 10.0f, true, &colliding, 2, nil, false, true, true, false, false);
|
CWorld::FindObjectsKindaColliding(spawnPosition, bBoatGenerated ? 40.0f : 10.0f, true, &colliding, 2, nil, false, true, true, false, false);
|
||||||
if (colliding)
|
if (colliding)
|
||||||
|
|
Loading…
Reference in a new issue