mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-26 06:43:43 +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 frontX, frontY;
|
||||||
float preferredDistance, angleLimit;
|
float preferredDistance, angleLimit;
|
||||||
float requestMultiplier;
|
float requestMultiplier = 1.0f;
|
||||||
bool invertAngleLimitTest;
|
bool invertAngleLimitTest;
|
||||||
CVector spawnPosition;
|
CVector spawnPosition;
|
||||||
int32 curNodeId, nextNodeId;
|
int32 curNodeId, nextNodeId;
|
||||||
|
|
Loading…
Reference in a new issue