summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-11-19 17:42:24 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-11-20 15:11:27 +0100
commit2d4e7141cbfbbaca20058021e9ce7becf5937704 (patch)
tree755e8c9b146e925c08466a85b00f3f64d9541a99 /crawl-ref/source/itemprop.h
parent5dc5ebdecd97f67579cb0b0fe2d7b80d31bbe479 (diff)
downloadcrawl-ref-2d4e7141cbfbbaca20058021e9ce7becf5937704.tar.gz
crawl-ref-2d4e7141cbfbbaca20058021e9ce7becf5937704.zip
Simplify and reformat convert2good().
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index cc9130f011..0454f696cf 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -99,7 +99,7 @@ bool is_giant_club_type(int wpn_type);
bool is_demonic(const item_def &item);
bool is_blessed(const item_def &item);
bool is_blessed_convertible(const item_def &item);
-bool convert2good(item_def &item, bool allow_blessed = true);
+bool convert2good(item_def &item);
bool convert2bad(item_def &item);
int get_vorpal_type(const item_def &item);