summaryrefslogtreecommitdiff
path: root/src/xtra2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/xtra2.cc')
-rw-r--r--src/xtra2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xtra2.cc b/src/xtra2.cc
index 19ac33e7..2fb56f59 100644
--- a/src/xtra2.cc
+++ b/src/xtra2.cc
@@ -3246,7 +3246,7 @@ bool_ mon_take_hit(int m_idx, int dam, bool_ *fear, cptr note)
while (--curses);
}
- if (speak_unique && (r_ptr->flags2 & (RF2_CAN_SPEAK)))
+ if (r_ptr->flags2 & (RF2_CAN_SPEAK))
{
char line_got[80];
/* Dump a message */