summaryrefslogtreecommitdiffstats
path: root/subsurfacestartup.c
diff options
context:
space:
mode:
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r--subsurfacestartup.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c
index 4e7550ce3..471fea64e 100644
--- a/subsurfacestartup.c
+++ b/subsurfacestartup.c
@@ -16,14 +16,14 @@ struct preferences default_prefs = {
.phe_threshold = 13.0,
},
.mod = false,
- .mod_ppO2 = 1.6,
+ .modppO2 = 1.6,
.ead = false,
- .heart_rate = true,
- .profile_dc_ceiling = true,
- .profile_red_ceiling = false,
- .profile_calc_ceiling = false,
- .calc_ceiling_3m_incr = false,
- .calc_ndl_tts = false,
+ .hrgraph = true,
+ .dcceiling = true,
+ .redceiling = false,
+ .calcceiling = false,
+ .calcceiling3m = false,
+ .calcndltts = false,
.gflow = 30,
.gfhigh = 75,
.animation = 500,