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>
This commit is contained in:
Patrick Valsecchi 2013-11-20 16:11:22 +01:00 committed by Dirk Hohndel
parent 4c4a7a6d96
commit fe2eabf375
9 changed files with 34 additions and 21 deletions

3
pref.h
View file

@ -31,9 +31,8 @@ struct preferences {
short calc_ndl_tts;
short gflow;
short gfhigh;
int map_provider;
bool gf_low_at_maxdepth;
short display_invalid_dives;
short show_invalid;
short unit_system;
struct units units;
short show_sac;