diff options
author | Rick Walsh <rickmwalsh@gmail.com> | 2016-07-06 22:40:31 +1000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-07-09 12:08:06 -0700 |
commit | 9fbd11744f1bfffbc6973e0f9483ae1630dd8722 (patch) | |
tree | 3b4873ba46e85fb5f61cb87ce103aba1285231ae /core/subsurfacestartup.c | |
parent | 1ba61d7ad5025cf3bafc86705cf4c174aef8c264 (diff) | |
download | subsurface-9fbd11744f1bfffbc6973e0f9483ae1630dd8722.tar.gz |
Add function to calculate gas maximum narcotic depth
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 1dba381de..126cc5ee1 100644 --- a/core/subsurfacestartup.c +++ b/core/subsurfacestartup.c @@ -52,7 +52,7 @@ struct preferences default_prefs = { .descrate = 18000 / 60, .bottompo2 = 1400, .decopo2 = 1600, - .bestmixend = 30000, + .bestmixend.mm = 30000, .doo2breaks = false, .drop_stone_mode = false, .switch_at_req_stop = false, |