diff options
author | aap <aap@papnet.eu> | 2020-07-01 18:03:52 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-07-01 18:03:59 +0200 |
commit | 575f35f2c48354c6e5df5b936d35658f6e5bc873 (patch) | |
tree | f2c6cd046fd54978596ac86286fb6ab36e95123d /src/vehicles/Floater.cpp | |
parent | copypaste bug (diff) | |
download | re3-575f35f2c48354c6e5df5b936d35658f6e5bc873.tar re3-575f35f2c48354c6e5df5b936d35658f6e5bc873.tar.gz re3-575f35f2c48354c6e5df5b936d35658f6e5bc873.tar.bz2 re3-575f35f2c48354c6e5df5b936d35658f6e5bc873.tar.lz re3-575f35f2c48354c6e5df5b936d35658f6e5bc873.tar.xz re3-575f35f2c48354c6e5df5b936d35658f6e5bc873.tar.zst re3-575f35f2c48354c6e5df5b936d35658f6e5bc873.zip |
Diffstat (limited to '')
-rw-r--r-- | src/vehicles/Floater.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vehicles/Floater.cpp b/src/vehicles/Floater.cpp index 1ae1c5c3..4331090d 100644 --- a/src/vehicles/Floater.cpp +++ b/src/vehicles/Floater.cpp @@ -9,10 +9,10 @@ cBuoyancy mod_Buoyancy; -static float fVolMultiplier = 1.0f; +float fVolMultiplier = 1.0f; // amount of boat volume in bounding box // 1.0-volume is the empty space in the bbox -static float fBoatVolumeDistribution[9] = { +float fBoatVolumeDistribution[9] = { // rear 0.75f, 0.9f, 0.75f, 0.95f, 1.0f, 0.95f, |