summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-04 14:27:11 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-04 14:27:11 +0000
commit4157668cbf53f19b5c6855b484204d6a00d26855 (patch)
treeb9fa3e18f71d9414728a0f4747820e1b8c0e7d9b /crawl-ref
parent630f023b7b0b16ba2c7b85eeb56318da7bc4c664 (diff)
downloadcrawl-ref-4157668cbf53f19b5c6855b484204d6a00d26855.tar.gz
crawl-ref-4157668cbf53f19b5c6855b484204d6a00d26855.zip
Fix a comment.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3186 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/mon-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 8928397978..5b0953eea1 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -150,7 +150,7 @@ enum mon_intel_type // Must be in increasing intelligence order
enum habitat_type
{
// Flying monsters will appear in all categories except rock walls
- HT_LAND = 0, // Normal critters
+ HT_LAND = 0, // Land critters
HT_WATER, // Water critters
HT_LAVA, // Lava critters
HT_ROCK_WALL, // Rock wall critters