From 3afc16e7cfabead8fcd91fc77d066f5abb8fbc5b Mon Sep 17 00:00:00 2001 From: zelgadis Date: Tue, 15 Jul 2008 00:06:02 +0000 Subject: 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 --- crawl-ref/source/describe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/describe.h') 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} /* *********************************************************************** -- cgit v1.2.3-54-g00ecf