diff options
author | Patrick Valsecchi <patrick@thus.ch> | 2013-11-20 16:11:22 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-21 08:11:40 -0800 |
commit | fe2eabf3756c9883ee8e8c145e5cd12d8d336933 (patch) | |
tree | 2cde71531d087a96fa91ba1dc47d07f42ae98faa /subsurfacestartup.c | |
parent | 4c4a7a6d968fa27de72f1510c55d327a7e919d7c (diff) | |
download | subsurface-fe2eabf3756c9883ee8e8c145e5cd12d8d336933.tar.gz |
Added a configuration option to have gf_low apply at max depth instead of at deepest ceiling.
Signed-off-by: Patrick Valsecchi <patrick@thus.ch>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r-- | subsurfacestartup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c index 8d5e609a9..39da8e47c 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -25,6 +25,7 @@ struct preferences default_prefs = { .calc_ndl_tts = FALSE, .gflow = 30, .gfhigh = 75, + .gf_low_at_maxdepth = FALSE, .font_size = 14.0, .display_invalid_dives = FALSE, .show_sac = FALSE, |