summaryrefslogtreecommitdiffstats
path: root/subsurfacestartup.c
diff options
context:
space:
mode:
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r--subsurfacestartup.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c
index 463aea63a..8d8d848f2 100644
--- a/subsurfacestartup.c
+++ b/subsurfacestartup.c
@@ -37,7 +37,9 @@ struct preferences default_prefs = {
.ascrate50 = 6000 / 60,
.ascratestops = 6000 / 60,
.ascratelast6m = 1000 / 60,
- .descrate = 18000 / 60
+ .descrate = 18000 / 60,
+ .bottompo2 = 1400,
+ .decopo2 = 1600
};
int run_survey;