diff options
| author | 2014-07-09 23:37:30 +0200 | |
|---|---|---|
| committer | 2014-07-09 14:40:36 -0700 | |
| commit | 2ff2daebd70907dcd6323371d5842d2bd064d28e (patch) | |
| tree | 157d91a70661913bfc16b4842286bb4730ebd7e0 /pref.h | |
| parent | f940ebcf74a7a398fb991796c56b831fa39959d1 (diff) | |
| download | subsurface-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ struct preferences { char *proxy_user; char *proxy_pass; bool doo2breaks; + bool drop_stone_mode; }; enum unit_system_values { METRIC, |