diff options
author | Joakim Bygdell <j.bygdell@gmail.com> | 2015-04-09 17:41:41 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-04-09 14:36:17 -0700 |
commit | afea30fd8a40c16bada295b9b6a89e72d1abe607 (patch) | |
tree | ac86d6a935e04a3dc2e4c4ae4d057cfab41bcdd0 /pref.h | |
parent | 695637dcff4acef19ff7916480a3e842471f361f (diff) | |
download | subsurface-afea30fd8a40c16bada295b9b6a89e72d1abe607.tar.gz |
Recmode: Allow the user to specify gas reserve.
Since most regulators have an intermediate pressure of 10bar
the minimum value is 10 while the max is 99.
Signed-off-by: Joakim Bygdell <j.bygdell@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
@@ -80,6 +80,7 @@ struct preferences { bool display_transitions; bool recreational_mode; bool safetystop; + int reserve_gas; int bottomsac; int decosac; int o2consumption; // ml per min |