summaryrefslogtreecommitdiff
path: root/src/emap/map.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-10-01 18:07:18 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-01 18:07:18 +0300
commit13f058bf34ada7825776b9596fed04244bae1d27 (patch)
treea105ab870ac1ab1caca58b6662532fff7c9efcef /src/emap/map.c
parent82a8e2804bbcd75db6053d5e36236ba33833ec60 (diff)
downloadevol-hercules-13f058bf34ada7825776b9596fed04244bae1d27.tar.gz
evol-hercules-13f058bf34ada7825776b9596fed04244bae1d27.tar.bz2
evol-hercules-13f058bf34ada7825776b9596fed04244bae1d27.tar.xz
evol-hercules-13f058bf34ada7825776b9596fed04244bae1d27.zip
Add missing parameter to emap_addflooritem_post function.
Diffstat (limited to 'src/emap/map.c')
-rw-r--r--src/emap/map.c3
1 files changed, 2 insertions, 1 deletions
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)),