summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/simulation/elements/BRCK.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/BRCK.cpp b/src/simulation/elements/BRCK.cpp
index a375207..cb93b18 100644
--- a/src/simulation/elements/BRCK.cpp
+++ b/src/simulation/elements/BRCK.cpp
@@ -12,9 +12,9 @@ Element_BRCK::Element_BRCK()
Advection = 0.0f;
AirDrag = 0.00f * CFDS;
AirLoss = 0.90f;
- Loss = 0.00f;
+ Loss = 0.995f;
Collision = 0.0f;
- Gravity = 0.0f;
+ Gravity = 0.18f;
Diffusion = 0.00f;
HotAir = 0.000f * CFDS;
Falldown = 0;