This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
5 additions
and
5 deletions.
-
+5
−5
src/vehicles/Boat.cpp
There are no files selected for viewing
|
|
@@ -22,15 +22,15 @@ |
|
|
|
|
|
#define INVALID_ORIENTATION (-9999.99f)
|
|
#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 MAX_WAKE_LENGTH = 50.0f;
|
|
float MIN_WAKE_INTERVAL = 1.0f;
|
|
float MIN_WAKE_INTERVAL = 1.0f;
|
|
float WAKE_LIFETIME = 400.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];
|
|
CBoat *CBoat::apFrameWakeGeneratingBoats[4];
|
|
|
|
|
|
const uint32 CBoat::nSaveStructSize =
|
|
const uint32 CBoat::nSaveStructSize =
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.