summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorSkotlex <Skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-08-16 19:16:14 +0000
committerSkotlex <Skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-08-16 19:16:14 +0000
commite8218a6e7a252c5c08b51fb584dbe2c144ba9326 (patch)
treec2ef63abe1b89f9c0e919632a81744b5e63dadae /src/map/map.h
parent3f3b01c7d55277f4ee6ebbe04eea3c021b027d61 (diff)
downloadhercules-e8218a6e7a252c5c08b51fb584dbe2c144ba9326.tar.gz
hercules-e8218a6e7a252c5c08b51fb584dbe2c144ba9326.tar.bz2
hercules-e8218a6e7a252c5c08b51fb584dbe2c144ba9326.tar.xz
hercules-e8218a6e7a252c5c08b51fb584dbe2c144ba9326.zip
- Merged Shinryo's patch to speed up map-cache loading.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14377 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 d76b7fabe..f5da4a437 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -44,6 +44,7 @@ struct item_data;
#define MAX_DROP_PER_MAP 48
#define MAX_IGNORE_LIST 20 // official is 14
#define MAX_VENDING 12
+#define MAX_MAP_SIZE 512*512 // Wasn't there something like this already? Can't find it.. [Shinryo]
#define MOBID_EMPERIUM 1288
// Added definitions for WoESE objects. [L0ne_W0lf]
#define MOBID_BARRICADE1 1905