mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 04:39:03 +00:00
boat fix
This commit is contained in:
parent
822f0bd40b
commit
9693184cea
1 changed files with 5 additions and 5 deletions
|
@ -22,15 +22,15 @@
|
|||
|
||||
#define INVALID_ORIENTATION (-9999.99f)
|
||||
|
||||
float fShapeLength = 0.4f;
|
||||
float fShapeTime = 0.05f;
|
||||
float fRangeMult = 0.75f; //0.6f; // 0.75f gta 3
|
||||
float fTimeMult;
|
||||
|
||||
float MAX_WAKE_LENGTH = 50.0f;
|
||||
float MIN_WAKE_INTERVAL = 1.0f;
|
||||
float WAKE_LIFETIME = 400.0f;
|
||||
|
||||
float fShapeLength = 0.4f;
|
||||
float fShapeTime = 0.05f;
|
||||
float fRangeMult = 0.75f;
|
||||
float fTimeMult = 1.0f/WAKE_LIFETIME;
|
||||
|
||||
CBoat *CBoat::apFrameWakeGeneratingBoats[4];
|
||||
|
||||
const uint32 CBoat::nSaveStructSize =
|
||||
|
|
Loading…
Reference in a new issue