summaryrefslogtreecommitdiff
path: root/src/cmd2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd2.c')
-rw-r--r--src/cmd2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd2.c b/src/cmd2.c
index aefe8a7a..2d05c125 100644
--- a/src/cmd2.c
+++ b/src/cmd2.c
@@ -3550,7 +3550,7 @@ void do_cmd_throw(void)
* Hack -- If rods or wands are thrown, the total maximum timeout or
* charges need to be allocated between the two stacks.
*/
- if ((o_ptr->tval == TV_WAND))
+ if (o_ptr->tval == TV_WAND)
{
q_ptr->pval = o_ptr->pval / o_ptr->number;