diff options
Diffstat (limited to 'src/common/mapindex.h')
-rw-r--r-- | src/common/mapindex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/mapindex.h b/src/common/mapindex.h index 99e7de702..9f5d35329 100644 --- a/src/common/mapindex.h +++ b/src/common/mapindex.h @@ -36,6 +36,7 @@ extern char mapindex_cfgfile[80]; #define MAP_VEINS "veins" #define MAP_JAIL "sec_pri" #define MAP_NOVICE "new_zone01" +#define MAP_MOSCOVIA "moscovia" const char* mapindex_getmapname(const char* string, char* output); const char* mapindex_getmapname_ext(const char* string, char* output); |