aboutsummaryrefslogtreecommitdiffstats
path: root/core/pref.h
diff options
context:
space:
mode:
authorGravatar Rick Walsh <rickmwalsh@gmail.com>2016-07-06 22:40:31 +1000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-07-09 12:08:06 -0700
commit9fbd11744f1bfffbc6973e0f9483ae1630dd8722 (patch)
tree3b4873ba46e85fb5f61cb87ce103aba1285231ae /core/pref.h
parent1ba61d7ad5025cf3bafc86705cf4c174aef8c264 (diff)
downloadsubsurface-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/pref.h')
-rw-r--r--core/pref.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pref.h b/core/pref.h
index a0f9158b8..a30417923 100644
--- a/core/pref.h
+++ b/core/pref.h
@@ -92,7 +92,7 @@ struct preferences {
int descrate;
int bottompo2;
int decopo2;
- int bestmixend;
+ depth_t bestmixend;
int proxy_type;
char *proxy_host;
int proxy_port;