summaryrefslogtreecommitdiffstats
path: root/statistics.c
diff options
context:
space:
mode:
authorGravatar Pierre-Yves Chibon <pingou@pingoured.fr>2013-04-09 22:40:16 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-09 13:56:33 -0700
commit7cacbdf76222018c7287efd401b4e37a20af3ce4 (patch)
tree222157c38a6f0eb2320b6f77c9cade4b54435c1f /statistics.c
parent5f03a6f63134ea82ea2713563868d3b6b0d0db23 (diff)
downloadsubsurface-7cacbdf76222018c7287efd401b4e37a20af3ce4.tar.gz
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>
Diffstat (limited to 'statistics.c')
-rw-r--r--statistics.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/statistics.c b/statistics.c
index acb9ee3d8..0413941cd 100644
--- a/statistics.c
+++ b/statistics.c
@@ -19,7 +19,8 @@
* in save-xml.c */
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_("ice"), N_("wreck"), N_("cave"), N_("altitude"), N_("pool"), N_("lake"),
+ N_("river")
};
typedef struct {