summaryrefslogtreecommitdiff
path: root/src/common/mapindex.h
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-18 15:06:51 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-18 15:06:51 +0000
commitf23b4d59152d46450d80066d514869c34c512abc (patch)
tree4d005ceeca4cf7990f3ccbabf6dcc5acc93bd8fb /src/common/mapindex.h
parentce43974752343c7262d2771202d24ada39086754 (diff)
downloadhercules-f23b4d59152d46450d80066d514869c34c512abc.tar.gz
hercules-f23b4d59152d46450d80066d514869c34c512abc.tar.bz2
hercules-f23b4d59152d46450d80066d514869c34c512abc.tar.xz
hercules-f23b4d59152d46450d80066d514869c34c512abc.zip
- Cosmetic changes to db.
- Fixed the unused MAPINDEX_AUTOADD section in mapindex.c (mapindex.h wasn't being included) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9515 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mapindex.h')
-rw-r--r--src/common/mapindex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/mapindex.h b/src/common/mapindex.h
index 7e2bbe289..3f5b5107a 100644
--- a/src/common/mapindex.h
+++ b/src/common/mapindex.h
@@ -4,7 +4,8 @@
extern char mapindex_cfgfile[80];
//whether to enable auto-adding of maps during run. Not so secure as the map indexes will vary!
-#define MAPINDEX_AUTOADD
+// disabled - since mapindex.h wasn't included in mapindex.c it never got enabled anyway... [FlavioJS]
+//#define MAPINDEX_AUTOADD
//Some definitions for the mayor city maps.
#define MAP_PRONTERA "prontera.gat"