summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-06-09 11:30:28 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-06-09 11:57:08 +0200
commit43a085464fbe41c237c0c7e876a6d126d4935cd9 (patch)
treedfde8b2b4f085cfe7e06895933ccaab163b627d9 /crawl-ref/source/makeitem.h
parent0398e8d17302d799d0306c038b6e271d4498b377 (diff)
downloadcrawl-ref-43a085464fbe41c237c0c7e876a6d126d4935cd9.tar.gz
crawl-ref-43a085464fbe41c237c0c7e876a6d126d4935cd9.zip
Get rid of a "BCR acquirement hack", whatever it is.
The passed value is never used as anything else than a boolean.
Diffstat (limited to 'crawl-ref/source/makeitem.h')
-rw-r--r--crawl-ref/source/makeitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makeitem.h b/crawl-ref/source/makeitem.h
index f7b7677551..7f6a7c81f4 100644
--- a/crawl-ref/source/makeitem.h
+++ b/crawl-ref/source/makeitem.h
@@ -22,7 +22,7 @@ enum item_make_species_type
int create_item_named(std::string name, coord_def pos,
std::string *error);
-int items(int allow_uniques, object_class_type force_class, int force_type,
+int items(bool allow_uniques, object_class_type force_class, int force_type,
bool dont_place, int item_level, int item_race,
uint32_t mapmask = 0, int force_ego = 0, int agent = -1,
bool mundane = false);