summaryrefslogtreecommitdiff
path: root/src/emap/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/map.h')
-rw-r--r--src/emap/map.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emap/map.h b/src/emap/map.h
index fb6d740..f67f8b2 100644
--- a/src/emap/map.h
+++ b/src/emap/map.h
@@ -14,7 +14,8 @@ int emap_addflooritem_post(int retVal,
int first_charid,
int second_charid,
int third_charid,
- int flags);
+ int flags,
+ bool showdropeffect);
void emap_online_list(int fd);
int emap_getcellp_pre(struct map_data **mPtr,
const struct block_list **blPtr,