summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monster.h')
-rw-r--r--crawl-ref/source/monster.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h
index 133c0df54f..41c17ecbfd 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -62,7 +62,7 @@ public:
public:
std::string mname;
- int type;
+ monster_type type;
int hit_points;
int max_hit_points;
int hit_dice;
@@ -187,7 +187,7 @@ public:
actor *get_foe() const;
// actor interface
- int id() const;
+ monster_type id() const;
int mindex() const;
int get_experience_level() const;
god_type deity() const;