summaryrefslogtreecommitdiffstats
path: root/subsurfacestartup.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-05 06:32:23 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-05 06:32:23 -0700
commit896b7a5e74b4dad8c726b9983f56776bf9995294 (patch)
treeebbae19432798e5358fbf5c8d31d16dd88ea29de /subsurfacestartup.c
parent74e295698629f27178abac7fee0ac61fc80fc63d (diff)
parentddfd046c8d0efe3bebc5c14b3d53e6d39eabe217 (diff)
downloadsubsurface-896b7a5e74b4dad8c726b9983f56776bf9995294.tar.gz
Merge branch 'new-vpm' of https://github.com/Slagvi/subsurface
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r--subsurfacestartup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c
index 3005e7e04..17bd43e45 100644
--- a/subsurfacestartup.c
+++ b/subsurfacestartup.c
@@ -54,7 +54,6 @@ struct preferences default_prefs = {
.display_runtime = true,
.display_duration = true,
.display_transitions = true,
- .recreational_mode = false,
.safetystop = true,
.bottomsac = 20000,
.decosac = 17000,
@@ -75,7 +74,8 @@ struct preferences default_prefs = {
.parse_dive_without_gps = false,
.tag_existing_dives = false,
.category = { 0 }
- }
+ },
+ .deco_mode = BUEHLMANN
};
int run_survey;