mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-26 06:53:45 +00:00
Merge branch 'lcs-dev' into lcs
This commit is contained in:
commit
167a841010
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ CCarCtrl::GenerateOneRandomCar()
|
|||
}
|
||||
float frontX, frontY;
|
||||
float preferredDistance, angleLimit;
|
||||
float requestMultiplier;
|
||||
float requestMultiplier = 1.0f;
|
||||
bool invertAngleLimitTest;
|
||||
CVector spawnPosition;
|
||||
int32 curNodeId, nextNodeId;
|
||||
|
|
Loading…
Reference in a new issue