summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-24 05:16:48 +0000
committerpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-24 05:16:48 +0000
commitc250985042918f43da52ec118e9a241b9c9b0668 (patch)
tree589438741d2e9c097b1fa1402a638052ac567d64 /crawl-ref/source
parent38e827333b1b54e7388162ba5f9db5ef308fb96c (diff)
downloadcrawl-ref-c250985042918f43da52ec118e9a241b9c9b0668.tar.gz
crawl-ref-c250985042918f43da52ec118e9a241b9c9b0668.zip
add comment for later
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3852 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-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 );