summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/quiver.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/quiver.cc')
-rw-r--r--crawl-ref/source/quiver.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/quiver.cc b/crawl-ref/source/quiver.cc
index 12b8d5a9ad..c1582ab6ff 100644
--- a/crawl-ref/source/quiver.cc
+++ b/crawl-ref/source/quiver.cc
@@ -294,8 +294,7 @@ void player_quiver::on_inv_quantity_changed(int slot, int amt)
else
{
// We might need to update the quiver...
- std::string error_reason;
- int qv_slot = get_fire_item(&error_reason);
+ int qv_slot = get_fire_item();
if (qv_slot == slot)
you.redraw_quiver = true;
}