diff options
author | Rick Walsh <rickmwalsh@gmail.com> | 2016-05-21 20:14:23 +1000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-05-21 07:03:55 -0700 |
commit | 1e607ae98d2f57ebb8dab27ada29187d9bd2dffb (patch) | |
tree | 342754110e953b1d22e5a810ce7cfadac151ce57 /core/subsurfacestartup.c | |
parent | 9b29173363861861949814191861fa46e255c349 (diff) | |
download | subsurface-1e607ae98d2f57ebb8dab27ada29187d9bd2dffb.tar.gz |
fixup: Don't confuse EAD and END
The previous patch (Planner: add best mix EAD preference) used the term EAD
(equivalent air depth) in variable names and strings, when it should have been
END (equivalent narcotic depth).
They're not the same thing and shouldn't be confused.
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c index f58efb114..1dba381de 100644 --- a/core/subsurfacestartup.c +++ b/core/subsurfacestartup.c @@ -52,7 +52,7 @@ struct preferences default_prefs = { .descrate = 18000 / 60, .bottompo2 = 1400, .decopo2 = 1600, - .bestmixead = 30000, + .bestmixend = 30000, .doo2breaks = false, .drop_stone_mode = false, .switch_at_req_stop = false, |