From 51c4a5335b5c371f91ac9c6fd66779b78e1aa890 Mon Sep 17 00:00:00 2001 From: Henrik Brautaset Aronsen Date: Tue, 9 Apr 2013 23:08:47 +0200 Subject: Add tags for night and freshwater Also trim the redundant "Dive" text from "Lake Dive", "Pool Dive", .... Signed-off-by: Henrik Brautaset Aronsen Signed-off-by: Dirk Hohndel --- dive.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dive.h') diff --git a/dive.h b/dive.h index 7702b449c..eaf60d391 100644 --- a/dive.h +++ b/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]; -- cgit v1.2.3-70-g09d2