summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index f95477fb29..87930575de 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -66,8 +66,8 @@ int mons_ench_f2( struct monsters *monster, struct bolt &pbolt );
/* ***********************************************************************
* called from: fight - monstuff - spells2
* *********************************************************************** */
-void poison_monster( struct monsters *monster, bool fromPlayer, int levels = 1,
- bool force = false );
+void poison_monster( struct monsters *monster, kill_category who,
+ int levels = 1, bool force = false );
/* ***********************************************************************