mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
2766ed8093
commit
1b7abab9b9
3 changed files with 14 additions and 6 deletions
1
dive.h
1
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue