mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-26 04:45:42 +00:00
boat fix
This commit is contained in:
parent
322d93ab0c
commit
f6f0cb708e
1 changed files with 5 additions and 5 deletions
|
@ -32,15 +32,15 @@
|
|||
|
||||
#define INVALID_ORIENTATION (-9999.99f)
|
||||
|
||||
float fShapeLength = 0.4f;
|
||||
float fShapeTime = 0.05f;
|
||||
float fRangeMult = 0.6f;
|
||||
float fTimeMult;
|
||||
|
||||
float CBoat::MAX_WAKE_LENGTH = 50.0f;
|
||||
float CBoat::MIN_WAKE_INTERVAL = 2.0f;
|
||||
float CBoat::WAKE_LIFETIME = 150.0f;
|
||||
|
||||
float fShapeLength = 0.4f;
|
||||
float fShapeTime = 0.05f;
|
||||
float fRangeMult = 0.6f;
|
||||
float fTimeMult = 1.0/CBoat::WAKE_LIFETIME;
|
||||
|
||||
CBoat *CBoat::apFrameWakeGeneratingBoats[4];
|
||||
|
||||
const uint32 CBoat::nSaveStructSize =
|
||||
|
|
Loading…
Reference in a new issue