summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index eb421383c3..96b4141435 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -6334,7 +6334,7 @@ bool player::can_wield(const item_def& item, bool ignore_curse,
bool player::could_wield(const item_def &item, bool ignore_brand,
bool /* ignore_transform */) const
{
- if (!check_weapon_wieldable_size(item, body_size(PSIZE_BODY)))
+ if (!check_weapon_wieldable_size(item, body_size()))
return (false);
if (!ignore_brand)