summaryrefslogtreecommitdiff
path: root/src/simulation/elements/WHOL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/WHOL.cpp')
-rw-r--r--src/simulation/elements/WHOL.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/WHOL.cpp b/src/simulation/elements/WHOL.cpp
index 41a34bb..9fb01e2 100644
--- a/src/simulation/elements/WHOL.cpp
+++ b/src/simulation/elements/WHOL.cpp
@@ -12,9 +12,9 @@ Element_WHOL::Element_WHOL()
Advection = 0.0f;
AirDrag = 0.00f * CFDS;
AirLoss = 0.95f;
- Loss = 0.00f;
+ Loss = 0.99f;
Collision = 0.0f;
- Gravity = 0.0f;
+ Gravity = 0.1f;
Diffusion = 0.00f;
HotAir = 0.010f * CFDS;
Falldown = 0;