summaryrefslogtreecommitdiffstats
path: root/core/divelist.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/divelist.c')
-rw-r--r--core/divelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/divelist.c b/core/divelist.c
index ff7561f92..526b4f0b7 100644
--- a/core/divelist.c
+++ b/core/divelist.c
@@ -580,7 +580,7 @@ int init_decompression(struct deco_state *ds, const struct dive *dive, bool in_p
}
// I do not dare to remove this call. We don't need the result but it might have side effects. Bummer.
- tissue_tolerance_calc(ds, dive, surface_pressure);
+ tissue_tolerance_calc(ds, dive, surface_pressure, in_planner);
return surface_time;
}