Add tags for night and freshwater

Also trim the redundant "Dive" text from "Lake Dive", "Pool Dive", ....

Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Henrik Brautaset Aronsen 2013-04-09 23:08:47 +02:00 committed by Dirk Hohndel
parent 83a313f1ee
commit 51c4a5335b
3 changed files with 31 additions and 19 deletions

View file

@ -20,7 +20,7 @@
char *dtag_names[DTAG_NR] = {
N_("invalid"), N_("boat"), N_("shore"), N_("drift"), N_("deep"), N_("cavern"),
N_("ice"), N_("wreck"), N_("cave"), N_("altitude"), N_("pool"), N_("lake"),
N_("river")
N_("river"), N_("night"), N_("freshwater")
};
typedef struct {