From e462513db20365c4a36e32013a3e48b00a1d2b87 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 16 Jan 2018 22:49:27 +0300 Subject: Fix compilation after hercules update. --- src/emap/map.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/emap/map.c') 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) -- cgit v1.2.3-70-g09d2