summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-15 00:06:02 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-15 00:06:02 +0000
commit3afc16e7cfabead8fcd91fc77d066f5abb8fbc5b (patch)
tree10a849e5d29ab29c5bdbe703ca04fb917c91ff3c /crawl-ref/source/describe.h
parent762270f5b068efc28fa82bc45efa29bd790efac6 (diff)
downloadcrawl-ref-3afc16e7cfabead8fcd91fc77d066f5abb8fbc5b.tar.gz
crawl-ref-3afc16e7cfabead8fcd91fc77d066f5abb8fbc5b.zip
Bug 2017912: fix item quote taking up too much screen space. A hack until
quotes are separated out into their own DB. Also, don't use item quotes when doing an item dump or during tutorial. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6547 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.h')
-rw-r--r--crawl-ref/source/describe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.h b/crawl-ref/source/describe.h
index 92a4fdfb04..66c0275b46 100644
--- a/crawl-ref/source/describe.h
+++ b/crawl-ref/source/describe.h
@@ -43,7 +43,7 @@ bool is_dumpable_artefact( const item_def &item, bool verbose );
* called from: chardump - describe
* *********************************************************************** */
std::string get_item_description( const item_def &item, bool verbose,
- bool dump = false );
+ bool dump = false, bool noquote = false );
// last updated 12 Jun 2008 {jpeg}
/* ***********************************************************************