summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-30 20:37:15 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-30 20:37:15 +0000
commit845cc22c3950d9e3e1e8b27a11e4557b3bb0fddb (patch)
tree5d3c7b69797083be8cb679e1243a0df4dc759c63 /crawl-ref/source/tilepick.cc
parentfd3efe32900eb49ffea5e7e717c3bdd9aa706573 (diff)
downloadcrawl-ref-845cc22c3950d9e3e1e8b27a11e4557b3bb0fddb.tar.gz
crawl-ref-845cc22c3950d9e3e1e8b27a11e4557b3bb0fddb.zip
* Move all tiles of animal monsters into a subfolder animals/.
* Reorder dc-mon.txt accordingly, and by difficulty. * Add the siren tiles I forgot in my last commit. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7697 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index 037d956f4d..93615fa369 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -522,7 +522,7 @@ static int _tileidx_monster_base(const monsters *mon, bool detected)
case MONS_EYE_OF_DEVASTATION:
return TILEP_MONS_EYE_OF_DEVASTATION;
- // half-breeds ('H')
+ // hybrids ('H')
case MONS_HIPPOGRIFF:
return TILEP_MONS_HIPPOGRIFF;
case MONS_MANTICORE: