summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-12-10 04:37:50 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-12-10 04:39:38 +0100
commitdca224407acef7aca8975dd3f4d12740a6c46959 (patch)
tree5d5646566116866e328491ec6ba9521c48d694bc /crawl-ref/source/items.h
parent2755063a1aaad027d601b596ee14ac0c899fba6d (diff)
downloadcrawl-ref-dca224407acef7aca8975dd3f4d12740a6c46959.tar.gz
crawl-ref-dca224407acef7aca8975dd3f4d12740a6c46959.zip
Simplify.
Diffstat (limited to 'crawl-ref/source/items.h')
-rw-r--r--crawl-ref/source/items.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/items.h b/crawl-ref/source/items.h
index 665df68e75..b45755dddf 100644
--- a/crawl-ref/source/items.h
+++ b/crawl-ref/source/items.h
@@ -50,7 +50,7 @@ bool items_stack(const item_def &item1, const item_def &item2,
void merge_item_stacks(item_def &source, item_def &dest,
int quant = -1);
-item_def find_item_type(object_class_type base_type, std::string name);
+item_def find_item_type(std::string name);
item_def *find_floor_item(object_class_type cls, int sub_type);
int item_on_floor(const item_def &item, const coord_def& where);