summaryrefslogtreecommitdiff
path: root/src/tool/mapcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool/mapcache.c')
-rw-r--r--src/tool/mapcache.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/tool/mapcache.c b/src/tool/mapcache.c
index e73723e66..79de65e0b 100644
--- a/src/tool/mapcache.c
+++ b/src/tool/mapcache.c
@@ -12,8 +12,8 @@
#include "grfio.h"
-char grf_list_file[256] = "tools/mapcache/grf_files.txt";
-char map_list_file[256] = "tools/mapcache/map_list.txt";
+char grf_list_file[256] = "db/grf_files.txt";
+char map_list_file[256] = "db/map_list.txt";
char map_cache_file[256] = "db/map_cache.dat";
#define MAP_NAME_LENGTH 16
@@ -226,8 +226,7 @@ int main(int argc, char *argv[])
printf("Map file not found in GRF\n");
// If the 2nd argument is omitted at next line, we'll keep last used index + 1
index++;
- } else
- printf("Skipping incorrect line\n");
+ }
}
printf("Closing map list: %s\n", map_list_file);