summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-21 09:00:39 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-21 09:00:39 +0000
commit1142bbbd336ea17ac4780d5298eff67c5920d095 (patch)
treea0acdf58bfd896edea1cfe0ca98f1754053be832 /crawl-ref/source/stash.h
parent2fa3846021983d39a1eb1bdc1063b1678b6eae9e (diff)
downloadcrawl-ref-1142bbbd336ea17ac4780d5298eff67c5920d095.tar.gz
crawl-ref-1142bbbd336ea17ac4780d5298eff67c5920d095.zip
Updated david_entry_002 (David).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@684 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/stash.h')
-rw-r--r--crawl-ref/source/stash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/stash.h b/crawl-ref/source/stash.h
index 489a51d973..bb71a4695b 100644
--- a/crawl-ref/source/stash.h
+++ b/crawl-ref/source/stash.h
@@ -175,7 +175,8 @@ struct stash_search_result
// matches if each matching stack's quantity is 1.
int count;
- // First item in stash that matched
+ // Text that describes this search result - usually the name of
+ // the first matching item in the stash or the name of the shop.
std::string match;
// The stash or shop in question. Both can be null if this is a feature.