summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-23 17:21:53 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-01-23 17:21:53 -0700
commit5dc32985b73d37c0b68791071bf13df91c66c0f0 (patch)
tree1f6825b6748622a0edbb1ccb2657e224020fed48 /crawl-ref/source/mon-info.h
parent85d3b5d8a6b38e9422359b5d83f6c60b4aced908 (diff)
downloadcrawl-ref-5dc32985b73d37c0b68791071bf13df91c66c0f0.tar.gz
crawl-ref-5dc32985b73d37c0b68791071bf13df91c66c0f0.zip
Fix tiles compilation.
Diffstat (limited to 'crawl-ref/source/mon-info.h')
-rw-r--r--crawl-ref/source/mon-info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-info.h b/crawl-ref/source/mon-info.h
index 06b67341fb..e446335d2f 100644
--- a/crawl-ref/source/mon-info.h
+++ b/crawl-ref/source/mon-info.h
@@ -247,7 +247,7 @@ struct monster_info : public monster_info_base
string constriction_description() const;
- monster_type draco_subspecies() const
+ monster_type draco_or_demonspawn_subspecies() const
{
return draco_type;
}