summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-24 15:32:41 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-24 15:33:09 +0300
commit7a867315dac6aaf78a4d61ea67174820a4d30c59 (patch)
treed08ace6759528a25ed9e124724309e4d0832dc1b /src/map/map.h
parentf94190251bc199582d819fefa448b32a662a297a (diff)
downloadhercules-7a867315dac6aaf78a4d61ea67174820a4d30c59.tar.gz
hercules-7a867315dac6aaf78a4d61ea67174820a4d30c59.tar.bz2
hercules-7a867315dac6aaf78a4d61ea67174820a4d30c59.tar.xz
hercules-7a867315dac6aaf78a4d61ea67174820a4d30c59.zip
Add bl parameter to closest_freecell.
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index caff2cfc8..dc970a5a3 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -946,7 +946,7 @@ END_ZEROED_BLOCK;
// search and creation
int (*get_new_object_id) (void);
int (*search_freecell) (struct block_list *src, int16 m, int16 *x, int16 *y, int16 rx, int16 ry, int flag);
- bool (*closest_freecell) (int16 m, int16 *x, int16 *y, int type, int flag);
+ bool (*closest_freecell) (int16 m, const struct block_list *bl, int16 *x, int16 *y, int type, int flag);
//
int (*quit) (struct map_session_data *sd);
// npc