summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/deco.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/deco.c b/core/deco.c
index f072a2a17..108d4189e 100644
--- a/core/deco.c
+++ b/core/deco.c
@@ -551,6 +551,7 @@ void clear_deco(struct deco_state *ds, double surface_pressure)
}
ds->gf_low_pressure_this_dive = surface_pressure + buehlmann_config.gf_low_position_min;
ds->max_ambient_pressure = 0.0;
+ ds->ci_pointing_to_guiding_tissue = -1;
}
void cache_deco_state(struct deco_state *src, struct deco_state **cached_datap)