summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xtra1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xtra1.c b/src/xtra1.c
index a091f768..37fa8cfe 100644
--- a/src/xtra1.c
+++ b/src/xtra1.c
@@ -2620,7 +2620,7 @@ void apply_flags(u32b f1, u32b f2, u32b f3, u32b f4, u32b f5, u32b esp, s16b pva
if (f4 & (TR4_PRECOGNITION)) p_ptr->precognition = TRUE;
- antimagic_mod = to_h + to_d + pval + to_a;
+ antimagic_mod = to_h + to_d + to_a;
if (f4 & (TR4_ANTIMAGIC_50))
{