From d00c16d4eef4c9f37620a0042645013610de4d2a Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 14 May 2013 21:52:55 -0400 Subject: Add tag for deco dives Fixes #85 Signed-off-by: Dirk Hohndel --- dive.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dive.h') diff --git a/dive.h b/dive.h index 3eebff128..cdd3e2770 100644 --- a/dive.h +++ b/dive.h @@ -47,7 +47,8 @@ #define DTAG_INSTRUCTOR (1 << 16) #define DTAG_PHOTO (1 << 17) #define DTAG_VIDEO (1 << 18) -#define DTAG_NR 19 +#define DTAG_DECO (1 << 19) +#define DTAG_NR 20 /* defined in statistics.c */ extern char *dtag_names[DTAG_NR]; extern int dtag_shown[DTAG_NR]; -- cgit v1.2.3-70-g09d2