summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/tags.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tags.cc b/crawl-ref/source/tags.cc
index f98d821a02..076405a1ad 100644
--- a/crawl-ref/source/tags.cc
+++ b/crawl-ref/source/tags.cc
@@ -2113,8 +2113,8 @@ void tag_missing_level_attitude()
// there's one around.
// as for attitude, a couple simple checks
- // can be used to determine friendly/neutral/
- // hostile.
+ // can be used to determine friendly/good
+ // neutral/neutral/hostile.
int i;
bool is_friendly;
unsigned int new_beh = BEH_WANDER;