mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 17:49:16 +01:00
boat fix
This commit is contained in:
parent
322d93ab0c
commit
f6f0cb708e
@ -32,15 +32,15 @@
|
|||||||
|
|
||||||
#define INVALID_ORIENTATION (-9999.99f)
|
#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::MAX_WAKE_LENGTH = 50.0f;
|
||||||
float CBoat::MIN_WAKE_INTERVAL = 2.0f;
|
float CBoat::MIN_WAKE_INTERVAL = 2.0f;
|
||||||
float CBoat::WAKE_LIFETIME = 150.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];
|
CBoat *CBoat::apFrameWakeGeneratingBoats[4];
|
||||||
|
|
||||||
const uint32 CBoat::nSaveStructSize =
|
const uint32 CBoat::nSaveStructSize =
|
||||||
|
Loading…
Reference in New Issue
Block a user