mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Automatically show Freshwater tag (but don't set it)
If the salinity is 10000 we show (but do not set) the Freshwater tag. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
51c4a5335b
commit
3611b0ae2d
3 changed files with 8 additions and 2 deletions
1
dive.h
1
dive.h
|
|
@ -44,6 +44,7 @@
|
|||
#define DTAG_RIVER (1 << 12)
|
||||
#define DTAG_NIGHT (1 << 13)
|
||||
#define DTAG_FRESH (1 << 14)
|
||||
#define DTAG_FRESH_NR 14
|
||||
#define DTAG_NR 15
|
||||
/* defined in statistics.c */
|
||||
extern char *dtag_names[DTAG_NR];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue