summaryrefslogtreecommitdiff
path: root/src/map/map.h
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/map/map.h
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/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index fc67a5387..436fbca33 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -1347,6 +1347,7 @@ extern char *ATCOMMAND_CONF_FILENAME;
extern char *CHARCOMMAND_CONF_FILENAME;
extern char *SCRIPT_CONF_NAME;
extern char *MSG_CONF_NAME;
+extern char *GRF_PATH_FILENAME;
extern char *map_server_dns;