From 13f058bf34ada7825776b9596fed04244bae1d27 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 1 Oct 2015 18:07:18 +0300 Subject: Add missing parameter to emap_addflooritem_post function. --- src/emap/map.c | 3 ++- src/emap/map.h | 12 +++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'src/emap') diff --git a/src/emap/map.c b/src/emap/map.c index 8e92d90..3b09212 100644 --- a/src/emap/map.c +++ b/src/emap/map.c @@ -26,7 +26,8 @@ #include "emap/struct/itemdext.h" #include "emap/struct/sessionext.h" -int emap_addflooritem_post(int retVal, +int emap_addflooritem_post(const struct block_list *bl, + int retVal, struct item *item, int *amount __attribute__ ((unused)), int16 *m __attribute__ ((unused)), diff --git a/src/emap/map.h b/src/emap/map.h index ed25665..cd8dac8 100644 --- a/src/emap/map.h +++ b/src/emap/map.h @@ -4,7 +4,17 @@ #ifndef EVOL_MAP_MAP #define EVOL_MAP_MAP -int emap_addflooritem_post(int retVal, struct item *item, int *amount, int16 *m, int16 *x, int16 *y, int *first_charid, int *second_charid, int *third_charid, int *flags); +int emap_addflooritem_post(int retVal, + const struct block_list *bl, + struct item *item, + int *amount, + int16 *m, + int16 *x, + int16 *y, + int *first_charid, + int *second_charid, + int *third_charid, + int *flags); void emap_online_list(int fd); #endif // EVOL_MAP_MAP -- cgit v1.2.3-60-g2f50