mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-26 08:43:44 +00:00
fix
This commit is contained in:
parent
6ef3b8c458
commit
2736c3a9d1
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