From b721b3fef4a86bd29ef8529e0cd07e0ab8e957b3 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sat, 30 Mar 2013 23:54:56 -0300 Subject: Follow up 90f117f6b071c9c12bb8b521b6de46301639e75c Modified extension from .txt to .conf as proposed by Beret, highlights better on most ide's. Signed-off-by: shennetsind --- src/map/map.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map') 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; -- cgit v1.2.3-70-g09d2