diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-08-17 21:45:51 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-17 21:45:51 -0700 |
commit | d93984448c3ee1c089c09dcfb9c4b1f38345044c (patch) | |
tree | 2b5d20be9cf5695ea3885cb15b372cd70510b79d /pref.h | |
parent | 2e8286623d3f4e1b8bf3a4d5141cda0839d1d506 (diff) | |
parent | ffe2884f72ace4d04158b72fc806823c87a62e4b (diff) | |
download | subsurface-d93984448c3ee1c089c09dcfb9c4b1f38345044c.tar.gz |
Merge branch 'boyle-ready' of https://github.com/Slagvi/subsurface
Fixed merge conflicts in
deco.c
dive.h
planner.c
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'pref.h')
-rw-r--r-- | pref.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -117,6 +117,7 @@ struct preferences { bool cloud_background_sync; geocoding_prefs_t geocoding; enum deco_mode deco_mode; + short conservatism_level; }; enum unit_system_values { METRIC, |