diff options
author | Rick Walsh <rickmwalsh@gmail.com> | 2015-06-19 20:25:03 +1000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-19 09:15:09 -0700 |
commit | 4dfdea1e1dd631fbd335c5dfa5ef8e7a2cbea780 (patch) | |
tree | e628e266d14e4d538bd4a100d4de14c863969a5f /pref.h | |
parent | ab90375c19f7e0495d964d37c7cabf23dff898e9 (diff) | |
download | subsurface-4dfdea1e1dd631fbd335c5dfa5ef8e7a2cbea780.tar.gz |
Add planner minimum gas switch duration option
Add the option for a minimum gas switch duration 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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ struct preferences { bool recreational_mode; bool safetystop; int reserve_gas; + int min_switch_duration; // seconds int bottomsac; int decosac; int o2consumption; // ml per min |