summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/actor.h')
-rw-r--r--crawl-ref/source/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/actor.h b/crawl-ref/source/actor.h
index 3a31aef341..00b61b039a 100644
--- a/crawl-ref/source/actor.h
+++ b/crawl-ref/source/actor.h
@@ -6,7 +6,7 @@ class actor
public:
virtual ~actor();
- virtual int id() const = 0;
+ virtual monster_type id() const = 0;
virtual int mindex() const = 0;
virtual actor_type atype() const = 0;