summaryrefslogtreecommitdiff
path: root/src/emap/map.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-01-16 22:49:27 +0300
committerAndrei Karas <akaras@inbox.ru>2018-01-16 22:49:27 +0300
commite462513db20365c4a36e32013a3e48b00a1d2b87 (patch)
treeeba673858a3f37f1546680d79cb55308560400a1 /src/emap/map.c
parenta49ea3708ce03d82b759c0d01d29aca6c5b3cc00 (diff)
downloadevol-hercules-e462513db20365c4a36e32013a3e48b00a1d2b87.tar.gz
evol-hercules-e462513db20365c4a36e32013a3e48b00a1d2b87.tar.bz2
evol-hercules-e462513db20365c4a36e32013a3e48b00a1d2b87.tar.xz
evol-hercules-e462513db20365c4a36e32013a3e48b00a1d2b87.zip
Fix compilation after hercules update.
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 818eed3..4125636 100644
--- a/src/emap/map.c
+++ b/src/emap/map.c
@@ -74,7 +74,8 @@ int emap_addflooritem_post(int retVal,
int first_charid __attribute__ ((unused)),
int second_charid __attribute__ ((unused)),
int third_charid __attribute__ ((unused)),
- int flags __attribute__ ((unused)))
+ int flags __attribute__ ((unused)),
+ bool showdropeffect __attribute__ ((unused)))
{
TBL_ITEM* fitem = (TBL_ITEM*)idb_get(map->id_db, retVal);
if (fitem)