summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-28 05:17:29 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-28 05:17:29 +0000
commit7aff33edc63728798297f82e51437cdbf556d5b9 (patch)
tree6af479bf128c25d2be912d44fbb77ed7a1e3e261 /crawl-ref/source/randart.cc
parent9a762716ca93d9edf8c096079cbd2bf10efb27d6 (diff)
downloadcrawl-ref-7aff33edc63728798297f82e51437cdbf556d5b9.tar.gz
crawl-ref-7aff33edc63728798297f82e51437cdbf556d5b9.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5310 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/randart.cc')
-rw-r--r--crawl-ref/source/randart.cc11
1 files changed, 5 insertions, 6 deletions
diff --git a/crawl-ref/source/randart.cc b/crawl-ref/source/randart.cc
index 98ea2ee622..5239139a0a 100644
--- a/crawl-ref/source/randart.cc
+++ b/crawl-ref/source/randart.cc
@@ -258,13 +258,12 @@ static std::string _replace_name_parts(const std::string name_in,
return name;
}
-// Remember: disallow unrandart creation in abyss/pan
+// Remember: disallow unrandart creation in Abyss/Pan.
-/*
- The following unrandart bits were taken from $pellbinder's mon-util code
- (see mon-util.h & mon-util.cc) and modified (LRH). They're in randart.cc and
- not randart.h because they're only used in this code module.
-*/
+// The following unrandart bits were taken from $pellbinder's mon-util
+// code (see mon-util.h & mon-util.cc) and modified (LRH). They're in
+// randart.cc and not randart.h because they're only used in this code
+// module.
struct unrandart_entry
{