diff options
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r-- | subsurfacestartup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c index 17bd43e45..18d00d374 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -75,7 +75,8 @@ struct preferences default_prefs = { .tag_existing_dives = false, .category = { 0 } }, - .deco_mode = BUEHLMANN + .deco_mode = BUEHLMANN, + .conservatism_level = 0 }; int run_survey; |