summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index b3ecedef1d..5a19614fca 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -326,7 +326,7 @@ public:
item_def *slot_item(equipment_type eq);
// actor
- int id() const;
+ monster_type id() const;
int mindex() const;
int get_experience_level() const;
actor_type atype() const { return ACT_PLAYER; }