summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-10-18 16:00:35 -0300
committershennetsind <ind@henn.et>2013-10-18 16:00:35 -0300
commit2c720d87c1cf208a4d561a2663f191965a8888b8 (patch)
treeb8e9c7655b72bc3f54a13b0362e4de75ff566b9f /src/map/map.h
parent8e4bc1905c6a5f0e3c17b70c0b37b4d901363ed9 (diff)
downloadhercules-2c720d87c1cf208a4d561a2663f191965a8888b8.tar.gz
hercules-2c720d87c1cf208a4d561a2663f191965a8888b8.tar.bz2
hercules-2c720d87c1cf208a4d561a2663f191965a8888b8.tar.xz
hercules-2c720d87c1cf208a4d561a2663f191965a8888b8.zip
Item Drop (from any source) Processing Improvement
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 3a7990dcb..97c7a9d7d 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -854,6 +854,8 @@ struct map_interface {
/* [Ind/Hercules] */
struct eri *iterator_ers;
char *cache_buffer; // Has the uncompressed gat data of all maps, so just one allocation has to be made
+ /* */
+ struct eri *flooritem_ers;
/* funcs */
void (*zone_init) (void);
void (*zone_remove) (int m);