summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/mon-util.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 1b9d9a244f..3fe4407750 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -1127,6 +1127,7 @@ int hit_points(int hit_dice, int min_hp, int rand_hp)
// This function returns the standard number of hit dice for a type
// of monster, not a pacticular monsters current hit dice. -- bwr
+// XXX: rename to mons_class_* to be like the rest
int mons_type_hit_dice( int type )
{
struct monsterentry *mon_class = get_monster_data( type );