summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 4a5f2ada90..095a3f3b9c 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -460,7 +460,7 @@ public:
void set_target(const dist &);
// Returns YOU_KILL or MON_KILL, depending on the source of the beam.
- int killer() const;
+ killer_type killer() const;
coord_def target() const
{
@@ -942,7 +942,7 @@ struct mon_enchant
{
}
- int killer() const;
+ killer_type killer() const;
int kill_agent() const;
operator std::string () const;