summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-08 19:36:24 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-08 19:36:24 +0000
commit1d418860652e0b81f1ef5aaea40966ab6b3e68bd (patch)
tree7f7075517f5475e62a960b57b2531140936825fd /crawl-ref/source/itemname.cc
parent486cd86756c320e2eb9bca015477e7e82a626b7c (diff)
downloadcrawl-ref-1d418860652e0b81f1ef5aaea40966ab6b3e68bd.tar.gz
crawl-ref-1d418860652e0b81f1ef5aaea40966ab6b3e68bd.zip
A second round of cleaning up the paragraphs of the item descriptions
(view screen). It's now consistent for known artefacts, and also consistent for non-artefacts and unID'd artefacts. The two consistencies still differ by one linebreak, but that's really minor, and for the short descriptions (potions, scrolls, food etc.) it looks better this way anyway, I think. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3544 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemname.cc')
-rw-r--r--crawl-ref/source/itemname.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index 5edd6a75d9..76d660a1bc 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -952,7 +952,7 @@ static const char* staff_type_name(int stafftype)
}
}
-static const char* racial_description_string(const item_def& item, bool terse)
+const char* racial_description_string(const item_def& item, bool terse)
{
switch (get_equip_race( item ))
{