summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2014-07-09 23:37:30 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-09 14:40:36 -0700
commit2ff2daebd70907dcd6323371d5842d2bd064d28e (patch)
tree157d91a70661913bfc16b4842286bb4730ebd7e0 /pref.h
parentf940ebcf74a7a398fb991796c56b831fa39959d1 (diff)
downloadsubsurface-2ff2daebd70907dcd6323371d5842d2bd064d28e.tar.gz
Move drop_stone_mode setting to prefs
There is no reason to treat drop_stone_mode different from the rest of the planner settings, so move it to our prefs structure. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'pref.h')
-rw-r--r--pref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pref.h b/pref.h
index 19830a920..ebe5ecd1d 100644
--- a/pref.h
+++ b/pref.h
@@ -62,6 +62,7 @@ struct preferences {
char *proxy_user;
char *proxy_pass;
bool doo2breaks;
+ bool drop_stone_mode;
};
enum unit_system_values {
METRIC,