Add lake and river to the list of supported tags

[Dirk Hohndel: minor cleanups]

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Pierre-Yves Chibon 2013-04-09 22:40:16 +02:00 committed by Dirk Hohndel
parent 5f03a6f631
commit 7cacbdf762
3 changed files with 15 additions and 2 deletions

4
dive.h
View file

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