summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.cc
diff options
context:
space:
mode:
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
{