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:
Henrik Brautaset Aronsen 2013-04-09 23:08:47 +02:00 committed by Dirk Hohndel
parent 83a313f1ee
commit 51c4a5335b
3 changed files with 31 additions and 19 deletions

4
dive.h
View file

@ -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];