summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Rick Walsh <rickmwalsh@gmail.com>2015-06-22 21:48:42 +1000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-26 06:14:24 -0700
commit425020d2debd770006594e715b6fed73032a4ea2 (patch)
tree006e414efbed04725533af740f52bfa584437721 /pref.h
parentcb1b6a3d302070febf09d8963585ac445d3277f4 (diff)
downloadsubsurface-425020d2debd770006594e715b6fed73032a4ea2.tar.gz
Add only switch at required stop option
Add the option to only switch at required stop to the planner UI. This is not actually used yet. Signed-off-by: Rick Walsh <rickmwalsh@gmail.com> 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 d70e009ce..03b28a98c 100644
--- a/pref.h
+++ b/pref.h
@@ -92,6 +92,7 @@ struct preferences {
bool display_transitions;
bool recreational_mode;
bool safetystop;
+ bool switch_at_req_stop;
int reserve_gas;
int min_switch_duration; // seconds
int bottomsac;