diff options
author | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-13 20:24:08 +0000 |
---|---|---|
committer | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-13 20:24:08 +0000 |
commit | ed39bb7197c749c28f1de75a4219329465b0fa08 (patch) | |
tree | f0b59d7408c3725da780acc84f8e00e55311a786 /src/tool/mapcache.c | |
parent | 6f11fef3afc1a235628ff21aa2f2348abab4a97f (diff) | |
download | hercules-ed39bb7197c749c28f1de75a4219329465b0fa08.tar.gz hercules-ed39bb7197c749c28f1de75a4219329465b0fa08.tar.bz2 hercules-ed39bb7197c749c28f1de75a4219329465b0fa08.tar.xz hercules-ed39bb7197c749c28f1de75a4219329465b0fa08.zip |
Mapcache update, should polish off remaining bugs
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10003 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/tool/mapcache.c')
-rw-r--r-- | src/tool/mapcache.c | 7 |
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); |