summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-12-24 00:41:55 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-12-27 15:54:52 +0100
commit20c7c20133d6101eeea09193fda4e8036c607565 (patch)
tree11bf0b8886f1c02caab45ed6187e8637c8daeea1 /crawl-ref/source/invent.h
parentb7904db5ad04c762b8f338d943ecb9611602480d (diff)
downloadcrawl-ref-20c7c20133d6101eeea09193fda4e8036c607565.tar.gz
crawl-ref-20c7c20133d6101eeea09193fda4e8036c607565.zip
Unify menu_colour_item_prefix and filtering_item_prefix.
The only reason for this madness was so searching for "ident" doesn't find identified items.
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index abb7e566ab..980946c33e 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -106,7 +106,7 @@ public:
virtual int highlight_colour() const
{
- return menu_colour(get_text(), menu_colour_item_prefix(*item), tag);
+ return menu_colour(get_text(), item_prefix(*item), tag);
}
virtual void select(int qty = -1);