mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add tags for night and freshwater
Also trim the redundant "Dive" text from "Lake Dive", "Pool Dive", .... Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
83a313f1ee
commit
51c4a5335b
3 changed files with 31 additions and 19 deletions
4
dive.h
4
dive.h
|
@ -42,7 +42,9 @@
|
|||
#define DTAG_POOL (1 << 10)
|
||||
#define DTAG_LAKE (1 << 11)
|
||||
#define DTAG_RIVER (1 << 12)
|
||||
#define DTAG_NR 13
|
||||
#define DTAG_NIGHT (1 << 13)
|
||||
#define DTAG_FRESH (1 << 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