summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-09 19:46:05 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-09 19:46:05 -0700
commit3611b0ae2d78402593b5bd007917454a4dcb9b50 (patch)
tree52cefdee596f2930acbb11fe9b09cba0e99d3d44 /dive.h
parent51c4a5335b5c371f91ac9c6fd66779b78e1aa890 (diff)
downloadsubsurface-3611b0ae2d78402593b5bd007917454a4dcb9b50.tar.gz
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>
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 eaf60d391..de0c58fca 100644
--- a/dive.h
+++ b/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];