summaryrefslogtreecommitdiff
path: root/src/tool
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-01-30 16:25:47 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-01-30 16:25:47 +0000
commit49f192f82cc0026f73bd5b0d1e924cc3ab9ec04c (patch)
treeee27a87642fa850cb6a807790a89af1eed001834 /src/tool
parente34596082e7f202f224218de135d5f26fb3070a5 (diff)
downloadhercules-49f192f82cc0026f73bd5b0d1e924cc3ab9ec04c.tar.gz
hercules-49f192f82cc0026f73bd5b0d1e924cc3ab9ec04c.tar.bz2
hercules-49f192f82cc0026f73bd5b0d1e924cc3ab9ec04c.tar.xz
hercules-49f192f82cc0026f73bd5b0d1e924cc3ab9ec04c.zip
Added back the GRF_PATH_FILENAME variable and commandline parameter.
Removed confusing /tool/mapcache/ configuration directory, changed code to use /conf for this purpose. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12154 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/tool')
-rw-r--r--src/tool/mapcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool/mapcache.c b/src/tool/mapcache.c
index c74484339..b696c6ee9 100644
--- a/src/tool/mapcache.c
+++ b/src/tool/mapcache.c
@@ -15,7 +15,7 @@
#define MAP_NAME_LENGTH_EXT 16
#define NO_WATER 1000000
-char grf_list_file[256] = "tools/mapcache/grf_files.txt";
+char grf_list_file[256] = "conf/grf-files.txt";
char map_list_file[256] = "db/map_index.txt";
char map_cache_file[256] = "db/map_cache.dat";
int rebuild = 0;