summaryrefslogtreecommitdiff
path: root/src/common/mapindex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mapindex.h')
-rw-r--r--src/common/mapindex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/mapindex.h b/src/common/mapindex.h
index 3f5b5107a..b5ca54180 100644
--- a/src/common/mapindex.h
+++ b/src/common/mapindex.h
@@ -29,6 +29,8 @@ extern char mapindex_cfgfile[80];
#define MAP_LIGHTHALZEN "lighthalzen.gat"
#define MAP_EINBECH "einbech.gat"
#define MAP_HUGEL "hugel.gat"
+#define MAP_RACHEL "rachel.gat"
+#define MAP_VEINS "veins.gat"
#define MAP_JAIL "sec_pri.gat"
unsigned short mapindex_name2id(char*);
const char* mapindex_id2name(unsigned short);