summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.h')
-rw-r--r--crawl-ref/source/monstuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monstuff.h b/crawl-ref/source/monstuff.h
index 21b58c7126..cce7636b59 100644
--- a/crawl-ref/source/monstuff.h
+++ b/crawl-ref/source/monstuff.h
@@ -85,7 +85,7 @@ bool monster_polymorph(monsters *monster, monster_type targetc,
* spells1 - spells2 - spells3 - spells4
* *********************************************************************** */
void monster_die(monsters *monster, killer_type killer,
- int killer_index, bool silent = false);
+ int killer_index, bool silent = false, bool wizard = false);
void mons_check_pool(monsters *monster, killer_type killer = KILL_NONE,
int killnum = -1);