From 7cacbdf76222018c7287efd401b4e37a20af3ce4 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 9 Apr 2013 22:40:16 +0200 Subject: Add lake and river to the list of supported tags [Dirk Hohndel: minor cleanups] Signed-off-by: Pierre-Yves Chibon 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 4daa541d5..7702b449c 100644 --- a/dive.h +++ b/dive.h @@ -40,7 +40,9 @@ #define DTAG_CAVE (1 << 8) #define DTAG_ALTITUDE (1 << 9) #define DTAG_POOL (1 << 10) -#define DTAG_NR 11 +#define DTAG_LAKE (1 << 11) +#define DTAG_RIVER (1 << 12) +#define DTAG_NR 13 /* defined in statistics.c */ extern char *dtag_names[DTAG_NR]; -- cgit v1.2.3-70-g09d2