diff options
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/map.c b/src/map/map.c index db933c2dd..8622aadb5 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -3626,9 +3626,9 @@ void read_map_zone_db(void) { config_setting_t *zones = NULL; /* TODO: #ifndef required for re/pre-re */ #ifdef RENEWAL - const char *config_filename = "db/re/map_zone_db.txt"; // FIXME hardcoded name + const char *config_filename = "db/re/map_zone_db.conf"; // FIXME hardcoded name #else - const char *config_filename = "db/pre-re/map_zone_db.txt"; // FIXME hardcoded name + const char *config_filename = "db/pre-re/map_zone_db.conf"; // FIXME hardcoded name #endif if (conf_read_file(&map_zone_db, config_filename)) return; |