summaryrefslogtreecommitdiff
path: root/src/q_nazgul.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_nazgul.cc')
-rw-r--r--src/q_nazgul.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/q_nazgul.cc b/src/q_nazgul.cc
index 119c39d9..a59a8df3 100644
--- a/src/q_nazgul.cc
+++ b/src/q_nazgul.cc
@@ -76,7 +76,7 @@ static bool_ quest_nazgul_finish_hook(void *, void *in_, void *)
object_aware(q_ptr);
object_known(q_ptr);
q_ptr->ident |= IDENT_STOREB;
- (void)inven_carry(q_ptr, FALSE);
+ inven_carry(q_ptr, FALSE);
/* End the plot */
*(quest[q_idx].plot) = QUEST_NULL;