summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Floater.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-07-01 18:03:52 +0200
committeraap <aap@papnet.eu>2020-07-01 18:03:59 +0200
commit575f35f2c48354c6e5df5b936d35658f6e5bc873 (patch)
treef2c6cd046fd54978596ac86286fb6ab36e95123d /src/vehicles/Floater.cpp
parentcopypaste bug (diff)
downloadre3-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.cpp4
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,