summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2014-07-01 09:37:49 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-01 07:05:01 -0700
commit1b7abab9b9c5b5f3c9e9ea6aba7dc32b705316f2 (patch)
treeba4e21ce56379d3631318ba2afa052ed18a144b4 /dive.h
parent2766ed8093947c6993477a98a1bd25fc53b2d14d (diff)
downloadsubsurface-1b7abab9b9c5b5f3c9e9ea6aba7dc32b705316f2.tar.gz
Show ascent gas consumption separately in planner
In the worst gase you have to provide gas for your buddy during all the ascent. So you should have the amount of gas used in ascent as a reserve. This patch makes the planner notes display that value separately. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index f06791cc5..de0d826e3 100644
--- a/dive.h
+++ b/dive.h
@@ -63,6 +63,7 @@ typedef struct
depth_t depth;
bool manually_added;
volume_t gas_used;
+ volume_t deco_gas_used;
} cylinder_t;
typedef struct