mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Planner: don't set cylinder start and end pressure when adding dive
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d4e3745370
commit
cc86d68c86
4 changed files with 7 additions and 7 deletions
2
dive.h
2
dive.h
|
@ -741,7 +741,7 @@ extern bool no_weightsystems(weightsystem_t *ws);
|
|||
extern bool weightsystems_equal(weightsystem_t *ws1, weightsystem_t *ws2);
|
||||
extern void remove_cylinder(struct dive *dive, int idx);
|
||||
extern void remove_weightsystem(struct dive *dive, int idx);
|
||||
extern void reset_cylinders(struct dive *dive);
|
||||
extern void reset_cylinders(struct dive *dive, bool track_gas);
|
||||
|
||||
/*
|
||||
* String handling.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue