summaryrefslogtreecommitdiffstats
path: root/core/subsurfacestartup.c
diff options
context:
space:
mode:
authorGravatar Rick Walsh <rickmwalsh@gmail.com>2016-05-21 19:32:09 +1000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-05-21 07:03:38 -0700
commit9b29173363861861949814191861fa46e255c349 (patch)
tree9fdb002a18d775a75b7d9264a81f11d7d8a43118 /core/subsurfacestartup.c
parent67dda48c884b7413e46acde4e890c0fa19640f67 (diff)
downloadsubsurface-9b29173363861861949814191861fa46e255c349.tar.gz
Planner: add best mix EAD preference
Add best mix EAD preference and UI, along with a tooltip describing what it does Signed-off-by: Rick Walsh <rickmwalsh@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/subsurfacestartup.c')
-rw-r--r--core/subsurfacestartup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c
index c2881a17f..f58efb114 100644
--- a/core/subsurfacestartup.c
+++ b/core/subsurfacestartup.c
@@ -52,6 +52,7 @@ struct preferences default_prefs = {
.descrate = 18000 / 60,
.bottompo2 = 1400,
.decopo2 = 1600,
+ .bestmixead = 30000,
.doo2breaks = false,
.drop_stone_mode = false,
.switch_at_req_stop = false,