summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-24 18:30:22 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-24 18:30:22 +0000
commita767f7dab97778b2ff3f80e2a97374a5e9f027db (patch)
tree55bec324b5fec1e25b48e77fb8ed850c22c7eac2 /crawl-ref/source/stuff.cc
parent2adb5b2bd0465a07b4c90ea23d00bc555f869c55 (diff)
downloadcrawl-ref-a767f7dab97778b2ff3f80e2a97374a5e9f027db.tar.gz
crawl-ref-a767f7dab97778b2ff3f80e2a97374a5e9f027db.zip
Add another comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7955 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/stuff.cc')
-rw-r--r--crawl-ref/source/stuff.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index 8c3aef9208..b6fd4527cc 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -1410,8 +1410,8 @@ int element_colour( int element, bool no_random )
break;
case EC_BEOGH:
- ret = (tmp_rand < 60) ? LIGHTRED // plain Orc (+ orcish idol) colour
- : BROWN; // Orcish mines wall colour
+ ret = (tmp_rand < 60) ? LIGHTRED // plain Orc colour
+ : BROWN; // Orcish mines wall/idol colour
break;
case EC_CRYSTAL: