mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
5f03a6f631
commit
7cacbdf762
3 changed files with 15 additions and 2 deletions
4
dive.h
4
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];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue