summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/arena.h')
-rw-r--r--crawl-ref/source/arena.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/arena.h b/crawl-ref/source/arena.h
index 4547957b1a..e643a209c3 100644
--- a/crawl-ref/source/arena.h
+++ b/crawl-ref/source/arena.h
@@ -23,7 +23,7 @@ void arena_placed_monster(monsters *monster, const mgen_data &mg,
bool first_band_member);
void arena_monster_died(monsters *monster, killer_type killer,
- int killer_index, bool silent);
+ int killer_index, bool silent, int corpse);
int arena_cull_items();
#endif