summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-01 14:17:12 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-01 14:17:12 +0000
commit60f69de780fc9c41cf8ca31d2301b589573aae17 (patch)
treefbcf026dd9c70695c662938a56d419870c5e0407 /crawl-ref/source/xom.cc
parent78f52b9e5b8d8a5290e902e8558a435617536fde (diff)
downloadcrawl-ref-60f69de780fc9c41cf8ca31d2301b589573aae17.tar.gz
crawl-ref-60f69de780fc9c41cf8ca31d2301b589573aae17.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6290 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index 3d5f453107..8104f8dc0d 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -423,7 +423,7 @@ static monster_type _xom_random_punishment_demon(int sever)
return (demon);
}
-// The nicer stuff (note: these things are not necessarily nice).
+// The nicer stuff. Note: these things are not necessarily nice.
static bool _xom_is_good(int sever)
{
bool done = false;