Automatically show Freshwater tag (but don't set it)

If the salinity is 10000 we show (but do not set) the Freshwater tag.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-04-09 19:46:05 -07:00
parent 51c4a5335b
commit 3611b0ae2d
3 changed files with 8 additions and 2 deletions

View file

@ -205,7 +205,6 @@ static void divetags(char *buffer, void *_tags)
int *tags = _tags;
int i;
*tags = 0;
for (i = 0; i < DTAG_NR; i++) {
if (strstr(buffer, dtag_names[i])) {
/* stupidly we have 'cave' and 'cavern' */