diff options
author | Robert C. Helling <helling@atdotde.de> | 2019-03-25 22:40:59 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-03-29 06:51:12 -0700 |
commit | 178eaa9a67f73195aac0ad195a428e899973a2df (patch) | |
tree | 91f20a2882961184513fea59866aaa34c08e823d /core/pref.h | |
parent | 5e494ce76106fe16f614e163c2bc6b8bf6903c86 (diff) | |
download | subsurface-178eaa9a67f73195aac0ad195a428e899973a2df.tar.gz |
Add UI element for final surface segment in planner
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'core/pref.h')
-rw-r--r-- | core/pref.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pref.h b/core/pref.h index 6acbc8f6a..50e13a117 100644 --- a/core/pref.h +++ b/core/pref.h @@ -163,6 +163,7 @@ struct preferences { bool drop_stone_mode; bool last_stop; // At 6m? int min_switch_duration; // seconds + int surface_segment; // seconds at the surface after planned dive enum deco_mode planner_deco_mode; int problemsolvingtime; int reserve_gas; |